Skip to content

Commit

Permalink
added loging current working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Szczerba committed Aug 26, 2017
1 parent dbd7447 commit 80a621a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mcpartools/generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,4 +240,5 @@ def log(self):
LOG_FILE.write("\n")
LOG_FILE.write(time.strftime("%Y-%m-%d %H:%M:%S\n"))
LOG_FILE.write(getpass.getuser() + '@' + socket.gethostname() + "\n")

LOG_FILE.write(os.getcwd() + "\n")

0 comments on commit 80a621a

Please sign in to comment.