Skip to content

Commit

Permalink
Merge pull request #59 from MineralsCloud/output-fix
Browse files Browse the repository at this point in the history
Solve issue #58 brutally
  • Loading branch information
singularitti authored Aug 4, 2018
2 parents d16efc1 + bd9fd6f commit 46ddd35
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion qha/out.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ def make_ending_string(time_elapsed) -> str:
return textwrap.dedent("""\
------------------------------------------------------------
Total elapsed time is: {0:8.2f} seconds
All the files are saved in the './results/' directory.
Thanks for using QHA code, have a nice one :)
============================================================
""".format(time_elapsed))

0 comments on commit 46ddd35

Please sign in to comment.