Skip to content

Commit

Permalink
fix #14
Browse files Browse the repository at this point in the history
  • Loading branch information
sirfoga committed Jul 8, 2019
1 parent f2c17e0 commit cd3ebec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pygce/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ def check_args(user, password, url, chromedriver, days, path_out):

out_dir = os.path.dirname(path_out)
if not os.path.exists(out_dir):
print('Trying to create output folder in {} ...'.format(out_dir))
os.makedirs(out_dir) # create necessary dir for output file

return True
Expand Down

0 comments on commit cd3ebec

Please sign in to comment.