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
Downloaded A+B package that comes as an example with a new polygon account, pacakge revision 4.
Also available here: example-a-plus-b-4.zip
Run python2 ./p2d.py -o ./a_plus_b ./example-a-plus-b-4.zip
Got this error
Traceback (most recent call last):
File "./p2d.py", line 111, in <module>
copyfile(PACKAGE_DIR+'/tests/'+test+EXTENSION_FOR_OUTPUT,OUTPUT_DIR+'/data/secret/'+test+'.ans')
File "/usr/local/Cellar/python@2/2.7.15_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shutil.py", line 96, in copyfile
with open(src, 'rb') as fsrc:
IOError: [Errno 2] No such file or directory: 'poly//tests/03.a'
The text was updated successfully, but these errors were encountered:
Repro
Downloaded A+B package that comes as an example with a new polygon account, pacakge revision 4.
Also available here:
example-a-plus-b-4.zip
Run
python2 ./p2d.py -o ./a_plus_b ./example-a-plus-b-4.zip
Got this error
The text was updated successfully, but these errors were encountered: