Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nsheff committed May 13, 2019
1 parent b6dd0e9 commit 0299a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pypiper/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -1196,7 +1196,7 @@ def _report_profile(self, command, lock_name, elapsed_time, memory, pid, args_ha
str(args_hash) + "\t" + \
str(proc_count) + "\t" + \
str(datetime.timedelta(seconds = round(elapsed_time, 2))) + "\t " + \
str(round(memory, 4))qq + "\t" + \
str(round(memory, 4)) + "\t" + \
str(command) + "\t" + \
str(rel_lock_name)
with open(self.pipeline_profile_file, "a") as myfile:
Expand Down

0 comments on commit 0299a7b

Please sign in to comment.