Skip to content

Commit

Permalink
fixed pep8 issues without changing some lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Szczerba committed Aug 26, 2017
1 parent 80a621a commit 75ae913
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mcpartools/generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def run(self):

# store information about command line arguments, date, time, user and hostname into generatemc.log
self.log()

# save logs
self.save_logs()

Expand Down Expand Up @@ -241,4 +241,3 @@ def log(self):
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 75ae913

Please sign in to comment.