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 "Freezer/freezer.py", line 285, in <module>
main()
File "Freezer/freezer.py", line 282, in main
f.build()
File "Freezer/freezer.py", line 251, in build
shutil.copytree(pathToStatic, pathToBuild+'/')
File "C:\Python37\lib\shutil.py", line 321, in copytree
os.makedirs(dst)
File "C:\Python37\lib\os.py", line 221, in makedirs
mkdir(name, mode)
PermissionError: [WinError 5] Access is denied: 'build/'
The text was updated successfully, but these errors were encountered:
Input:
Output:
The text was updated successfully, but these errors were encountered: