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:
@@ -94,7 +94,7 @@ def validate_all():
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
set_app_path()
|
set_app_path(required=True)
|
||||||
try:
|
try:
|
||||||
all_passed = validate_all()
|
all_passed = validate_all()
|
||||||
message = "All tests passed"
|
message = "All tests passed"
|
||||||
|
Reference in New Issue
Block a user