Recursive bomb issue

This commit is contained in:
Anton Hvornum 2019-06-20 18:21:50 +00:00
parent cb5364fc51
commit 41127daf58
1 changed files with 1 additions and 0 deletions

View File

@ -270,6 +270,7 @@ def update_git():
# b'From github.com:Torxed/archinstall\n 339d687..80b97f3 master -> origin/master\nUpdating 339d687..80b97f3\nFast-forward\n README.md | 2 +-\n 1 file changed, 1 insertion(+), 1 deletion(-)\n'
if output != b'Already up to date':
print(output)
#tmp = re.findall(b'[0-9]+ file changed', output)
#print(tmp)
#if len(tmp):