File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -175,12 +175,12 @@ def main():
175175 run_python_script (algorithm ["directory" ], algorithm ["name" ])
176176 run_java_program ((algorithm ["name" ] + "\n " ), algorithm ["name" ])
177177 print (
178- f"\n === Running algorithm: { algorithm [" directory" ]} /{ algorithm [" name" ]} ===" )
178+ f"\n === Running algorithm: { algorithm [' directory' ]} /{ algorithm [' name' ]} ===" )
179179 elif (args .run == "algorithms" and algorithm ["directory" ]== "algorithms" ):
180180 run_python_script (algorithm ["directory" ], algorithm ["name" ])
181181 run_java_program ((algorithm ["name" ] + "\n " ), algorithm ["name" ])
182182 print (
183- f"\n === Running algorithm: { algorithm [" directory" ]} /{ algorithm [" name" ]} ===" )
183+ f"\n === Running algorithm: { algorithm [' directory' ]} /{ algorithm [' name' ]} ===" )
184184
185185
186186 if args .job == 1 :
You can’t perform that action at this time.
0 commit comments