1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00

require valid app path

This commit is contained in:
checktheroads
2020-04-16 00:26:40 -07:00
parent dffdffdab4
commit 3e53f0b313

View File

@@ -94,7 +94,7 @@ def validate_all():
if __name__ == "__main__":
set_app_path()
set_app_path(required=True)
try:
all_passed = validate_all()
message = "All tests passed"