forked from mirrors/thatmattlove-hyperglass
require valid app path
This commit is contained in:
parent
dffdffdab4
commit
3e53f0b313
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue