Update warn message

pull/1857/head
Kamil Solecki 2 years ago committed by Disconnect3d
parent 631f661b53
commit 079045667f

@ -46,7 +46,8 @@ def inform_unmet_dependencies(errors) -> None:
else:
msg += message.notice(f"- required {e.args[1]}, installed: {e.args[0]}\n")
msg += message.notice("Consider running: ")
msg += message.hint("`setup.sh`\n")
msg += message.hint("`setup.sh` ")
msg += message.notice("from Pwndbg project directory.\n")
print(msg)

Loading…
Cancel
Save