Update helper.py

This commit is contained in:
OusmBlueNinja 2023-08-27 12:02:32 -05:00 committed by GitHub
parent 68625e2e62
commit 46dc6c47bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,4 +42,4 @@ def install(name:str, Packages:list):
print(f"\n{color.green}Success:{color.white} Successfully installed {name}.")
except Exception as e:
raise Exception(f"{color.red}{e}")
raise Exception(f"{color.red}{e}")