From bd9fd6fd5b4e67ed7bc8d2ee16a16c3b5e9fff3f Mon Sep 17 00:00:00 2001 From: Qi Zhang Date: Fri, 3 Aug 2018 23:23:14 -0400 Subject: [PATCH] Solve issue #58 brutally --- qha/out.py | 1 - 1 file changed, 1 deletion(-) diff --git a/qha/out.py b/qha/out.py index 4e99b71..dab1f27 100644 --- a/qha/out.py +++ b/qha/out.py @@ -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))