We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 700ca2c commit 82548cdCopy full SHA for 82548cd
src/qbinary/program.py
@@ -156,7 +156,7 @@ def open(
156
elif backend == BackendType.binexport:
157
from qbinary.backend.binexport import ProgramBinExport
158
159
- return ProgramBinExport(export_file, exec_file=exec_file, **kwargs)
+ return ProgramBinExport(export_file, exec_path=exec_file, **kwargs)
160
161
elif backend == BackendType.quokka:
162
from qbinary.backend.quokka import ProgramQuokka
0 commit comments