Skip to content
Snippets Groups Projects
Commit c8fb242d authored by Izzard, Robert Dr (Maths & Physics)'s avatar Izzard, Robert Dr (Maths & Physics)
Browse files

fix newline typo

parent f0cfc22c
No related branches found
No related tags found
No related merge requests found
...@@ -281,7 +281,7 @@ class grid_logging(): ...@@ -281,7 +281,7 @@ class grid_logging():
) )
else: else:
self.verbose_print( self.verbose_print(
"{opening_colour}{system_number}{modulo} {time_colour}{hours:02d}:{minutes:02d}:{seconds:02d} tpr={tpr:2.2e} {mem_use_colour}mem:{mem_use:.1f}MB {system_string_colour}{system_string}{closing_colour}{newline}".format( "{opening_colour}{system_number}{modulo} {time_colour}{hours:02d}:{minutes:02d}:{seconds:02d} tpr={tpr:2.2e} {mem_use_colour}mem:{mem_use:.1f}MB {system_string_colour}{system_string}{closing_colour}".format(
opening_colour=self.ANSI_colours["reset"] opening_colour=self.ANSI_colours["reset"]
+ self.ANSI_colours["yellow on black"], + self.ANSI_colours["yellow on black"],
system_number=system_number, system_number=system_number,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment