We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d28bbcb commit dcb62b3Copy full SHA for dcb62b3
src/binexport/program.py
@@ -145,7 +145,7 @@ def from_binary_file(
145
return export_path.exists()
146
else:
147
ProgramBinExport.from_binary(exec_file=exec_file, output_file=output_file,
148
- open_export=open_export, override=override, backend=backend)
+ override=override, backend=backend)
149
150
@staticmethod
151
def from_binary(
0 commit comments