mirror of
https://github.com/zeldaret/tp
synced 2026-05-23 06:54:28 -04:00
fix tp.py error report bug
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@ from pathlib import Path
|
||||
|
||||
def _handle_import_error(ex: ImportError):
|
||||
MISSING_PREREQUISITES = (
|
||||
f"Missing prerequisite python module {e}.\n"
|
||||
f"Missing prerequisite python module {ex}.\n"
|
||||
f"Run `python3 -m pip install --user -r tools/requirements.txt` to install prerequisites."
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user