hoki icon indicating copy to clipboard operation
hoki copied to clipboard

Hot fix for issue #95

Open HeloiseS opened this issue 1 year ago • 0 comments

#95 Should not longer be a problem with this fix in cmd.py

I made sure to catch both "flavours" of slashes so that the windows people also get the error

141         assert MODELS_PATH[-1]=="/" or MODELS_PATH[-1]=='\\', f"DEBUGGING ASSISTANT: Directory MODELS_PATH = {MODELS_PATH}"\ 
142                                                              f"does not end with '/' or '\\' " 

HeloiseS avatar Jun 09 '23 15:06 HeloiseS