File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -212,8 +212,8 @@ def loadDialogue(self, loadCoilSnake=False):
212212 try :
213213 with open (project ) as f : pass
214214 except IOError :
215- print (( "Failed to open \" {}\" . Invalid CoilSnake project. "
216- "Aborting." .format (project )))
215+ print ("Failed to open \" {}\" . Invalid CoilSnake project. "
216+ "Aborting." .format (project ))
217217 sys .exit (1 )
218218 for fileName in COILSNAKE_FILES :
219219 csFile = open (os .path .join (o , fileName ), "r" )
@@ -742,7 +742,7 @@ def main():
742742 main .loadDialogue (args .coilsnake )
743743 main .processDialogue ()
744744 main .outputDialogue (args .coilsnake )
745- print (( "Complete. Time: {:.2f}s" .format (float (time .time () - start ) )))
745+ print ("Complete. Time: {:.2f}s" .format (float (time .time () - start )))
746746 except KeyboardInterrupt :
747747 print ("\r Program execution aborted." )
748748
You can’t perform that action at this time.
0 commit comments