Commit 46ac0f97 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

new git message

parent c8531887
...@@ -178,7 +178,8 @@ def update_branch(names_from_conf,name_from_list,pars,git_proto): ...@@ -178,7 +178,8 @@ def update_branch(names_from_conf,name_from_list,pars,git_proto):
print(bcolors.BOLDWHITE+"Step 0: Running self git pull"+bcolors.ENDC) print(bcolors.BOLDWHITE+"Step 0: Running self git pull"+bcolors.ENDC)
selfpullresult = subprocess.check_output("git pull",shell=True) selfpullresult = subprocess.check_output("git pull",shell=True)
if selfpullresult.strip()!="Already up-to-date.": if selfpullresult.strip()!="Already up-to-date." and \
selfpullresult.strip()!="Already up to date.":
print(bcolors.WARNING+"Wasn't up-to-date. Please, rerun ./setup.py"+bcolors.ENDC) print(bcolors.WARNING+"Wasn't up-to-date. Please, rerun ./setup.py"+bcolors.ENDC)
sys.exit() sys.exit()
else: else:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment