Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronatp authored Nov 8, 2023
1 parent 222cd6c commit d649897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion capa/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ def get_extractor(
return handle_pefile_backend(path)

elif backend == BACKEND_VIV:
return handle_viv_backend(path, format, sigpaths, os_, disable_progress)
return handle_viv_backend(path, format, sigpaths, should_save_workspace, os_, disable_progress)

else:
raise ValueError("unexpected backend: " + backend)
Expand Down

0 comments on commit d649897

Please sign in to comment.