Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall.py
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds@gmail.com>2019-06-20 18:21:50 +0000
committerAnton Hvornum <anton.feeds@gmail.com>2019-06-20 18:21:50 +0000
commit41127daf589590ef279cfa3142ac41fdeeb5526f (patch)
tree789fed1aec9ef3540828c8b5e227afdcc1edaff0 /archinstall.py
parentcb5364fc51d45ecb3ba4c86807e478dc00542db3 (diff)
Recursive bomb issue
Diffstat (limited to 'archinstall.py')
-rw-r--r--archinstall.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/archinstall.py b/archinstall.py
index 0051af87..7bf82b8e 100644
--- a/archinstall.py
+++ b/archinstall.py
@@ -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):