Skip to content

Commit

Permalink
Update cape_utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
doomedraven committed Nov 3, 2024
1 parent 2815fb1 commit fbe5fdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cuckoo/common/cape_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

HAVE_PEFILE = True
except ImportError:
print("Missed pefile library. Install it with: pip3 install pefile")
print("Missed pefile library. Install it with: poetry install")
HAVE_PEFILE = False

if process_cfg.mwcp.enabled and HAS_MWCP:
Expand Down

0 comments on commit fbe5fdf

Please sign in to comment.