From 80e1a6910df080c69ecb8edb29988e87725d9d1d Mon Sep 17 00:00:00 2001 From: OzzieIsaacs Date: Fri, 14 Sep 2018 21:18:20 +0200 Subject: [PATCH] Fix Updater --- cps/helper.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cps/helper.py b/cps/helper.py index 489434c5..722a6245 100755 --- a/cps/helper.py +++ b/cps/helper.py @@ -560,8 +560,8 @@ def is_sha1(sha1): def get_current_version_info(): content = {} - content[0] = '$Format: % H$' - content[1] = '$Format: % cI$' + content[0] = '$Format:%H$' + content[1] = '$Format:%cI$' # content[0] = 'bb7d2c6273ae4560e83950d36d64533343623a57' # content[1] = '2018-09-09T10:13:08+02:00' if is_sha1(content[0]) and len(content[1]) > 0: