From cca2463bb7c4aee6141d801a9a6eb080a59c0f7d Mon Sep 17 00:00:00 2001 From: Joshua Friedrich Date: Wed, 14 Apr 2021 10:55:43 +0200 Subject: [PATCH] deactivate git up to date check --- utils/general.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/utils/general.py b/utils/general.py index 413eb5b8fa97..726c1bf9cac7 100644 --- a/utils/general.py +++ b/utils/general.py @@ -70,6 +70,9 @@ def check_online(): def check_git_status(): + + return # to deactivate git up to date check + # Recommend 'git pull' if code is out of date print(colorstr('github: '), end='') try: