Skip to content

Commit 6e42f6c

Browse files
committed
Add --no-checks option to skip preflight
1 parent ca1975d commit 6e42f6c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

activity_browser/__main__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,10 @@ def run_activity_browser_no_launcher():
195195

196196

197197
def pre_flight_checks():
198+
199+
if "--no-checks" in sys.argv:
200+
return
201+
198202
check_pyside_version()
199203

200204
if "CONDA_DEFAULT_ENV" in os.environ:

0 commit comments

Comments
 (0)