Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix LGTM Errors #1656

Merged
merged 17 commits into from
Apr 8, 2020
Prev Previous commit
Next Next commit
Blacken
Eric Hennenfent committed Apr 6, 2020
commit 154aa108084bd17a37b2ca6c9500c5d11e939ae4
1 change: 1 addition & 0 deletions scripts/prof.py
Original file line number Diff line number Diff line change
@@ -9,6 +9,7 @@
from manticore.native import Manticore
from manticore.core.plugin import Profiler


def profile(program, sort="cumulative"):
print(f'[*] Profiling program "{program}"')