Skip to content

Commit

Permalink
insure we create the full folder path
Browse files Browse the repository at this point in the history
  • Loading branch information
streamnsight committed Jun 9, 2022
1 parent 5bdcf65 commit 93a9084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datagen.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

# create the folder if it does not exist
if not os.path.exists(out_path):
os.mkdir(out_path)
os.makedirs(out_path)

# if no customers file provided, generate a customers file
if customer_file is None and num_cust is not None:
Expand Down

0 comments on commit 93a9084

Please sign in to comment.