Open maorfr opened 1 year ago
this commit adds a default value (empty string) to some locally defined variables, to allow them to be used in a global context.
this handles the following error:
UnboundLocalError: cannot access local variable '<>' where it is not associated with a value
this commit adds a default value (empty string) to some locally defined variables, to allow them to be used in a global context.
this handles the following error: