Skip to content

Commit

Permalink
Merge branch 'master' into enhancement/remove_version_check_add_get_v…
Browse files Browse the repository at this point in the history
…ersion
  • Loading branch information
DaveYesland authored Jan 5, 2024
2 parents efd1f64 + f4753f7 commit 5a04e2c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 49 deletions.
48 changes: 0 additions & 48 deletions install.sh

This file was deleted.

2 changes: 1 addition & 1 deletion pacu/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
except ModuleNotFoundError:
exception_type, exception_value, tb = sys.exc_info()
print('Traceback (most recent call last):\n{}{}: {}\n'.format(''.join(traceback.format_tb(tb)), str(exception_type), str(exception_value)))
print('Pacu was not able to start because a required Python package was not found.\nRun `sh install.sh` to check and install Pacu\'s Python requirements.')
print('Refer to https://github.com/RhinoSecurityLabs/pacu/wiki/Installation')
sys.exit(1)


Expand Down

0 comments on commit 5a04e2c

Please sign in to comment.