Skip to content

Commit

Permalink
Fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nrchandan committed Feb 18, 2014
1 parent a2a86f1 commit dc188ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def setup_logging():
LOGGER.addHandler(myhandler)

if not os.path.isdir("log"):
os.path.mkdir("log")
os.mkdir("log")
LOGGER = logging.getLogger('ovpl')
setup_logging()
LOG_FD = open(LOG_FILENAME, 'a')

0 comments on commit dc188ae

Please sign in to comment.