Skip to content

Commit

Permalink
deactivate git up to date check
Browse files Browse the repository at this point in the history
  • Loading branch information
Lechtr committed Apr 14, 2021
1 parent 6e063cc commit cca2463
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions utils/general.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit cca2463

Please sign in to comment.