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
If QGL/QGL/awg doesn't already exist, then creating the subdirectory for the results fails, halting compile_to_hardware:
File "../../src/python/pyqgl2/main.py", line 401, in <module>
opts.suffix)
File "../../src/python/pyqgl2/main.py", line 342, in qgl2_compile_to_hardware
return compile_to_hardware([scheduled_seq], filename, suffix)
File "/home/dellard/github/QGL/QGL/Compiler.py", line 316, in compile_to_hardware
save_code(seqs, fileName + suffix)
File "/home/dellard/github/QGL/QGL/Compiler.py", line 754, in save_code
os.mkdir(targetFolder)
This might be my fault (maybe there are instructions I overlooked, that said to create that directory).
The text was updated successfully, but these errors were encountered:
If
QGL/QGL/awg
doesn't already exist, then creating the subdirectory for the results fails, haltingcompile_to_hardware
:This might be my fault (maybe there are instructions I overlooked, that said to create that directory).
The text was updated successfully, but these errors were encountered: