ECSIM/gopem

file_name variable used out of its scope

mahi97 opened this issue · 1 comments

Dear @sepandhaghighi
Please kindly check following lines of code again, the code-factor mentioned that file_name variable is used in a scope that it's not defined and I guess its right.

print("Error in " + file_name + "\n" + "Message : " + str(e))

@mahi97
You were right, fixed ;-)