You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "C:\Users\*****\Desktop\XCoder-master\Main.py", line 88, in sc_encode
compileSC(f"{folder}{i}/", folder_export=folder_export)
File "C:\Users\*****\Desktop\XCoder-master\system\Lib.py", line 376, in compileSC
[files.append(i) if i.endswith(".png") else None for i in os.listdir(_dir)]
NotADirectoryError: [WinError 267] Неверно задано имя папки: './In-Decompressed-SC/loading_tex.png/'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\*****\Desktop\XCoder-master\Main.py", line 200, in <module>
sc_encode()
File "C:\Users\*****\Desktop\XCoder-master\Main.py", line 92, in sc_encode
write_log(traceback.format_exc())
File "C:\Users\*****\Desktop\XCoder-master\system\Lib.py", line 82, in write_log
log.write(string.got_error % (time.strftime('%d.%m.%Y %H:%M:%S'), err))
TypeError: not all arguments converted during string formatting