Skip to content

Commit

Permalink
Am idiot, move on.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ev-1 committed Apr 11, 2019
1 parent f0e9ef1 commit a87e3e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/utils/logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def __init__(self, debug=None, data_location=None):

if self.log_location is not None:
if not os.path.isdir(self.log_location):
os.mkdirs(self.log_location)
os.makedirs(self.log_location)
print(f"Creating logging directory: {self.log_location}")
if self.log_level:
print(os.path.abspath(self.log_location))
Expand Down

0 comments on commit a87e3e0

Please sign in to comment.