Skip to content

Commit 82548cd

Browse files
committed
Fix typo
1 parent 700ca2c commit 82548cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qbinary/program.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ def open(
156156
elif backend == BackendType.binexport:
157157
from qbinary.backend.binexport import ProgramBinExport
158158

159-
return ProgramBinExport(export_file, exec_file=exec_file, **kwargs)
159+
return ProgramBinExport(export_file, exec_path=exec_file, **kwargs)
160160

161161
elif backend == BackendType.quokka:
162162
from qbinary.backend.quokka import ProgramQuokka

0 commit comments

Comments
 (0)