From 77a2cecbaa57213b35ed9000b95cf38cfc881ab2 Mon Sep 17 00:00:00 2001 From: evilhero Date: Sun, 17 Feb 2019 12:12:13 -0500 Subject: [PATCH] FIX: weekly error due to typo --- mylar/weeklypull.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mylar/weeklypull.py b/mylar/weeklypull.py index 435be313..0d754ed8 100755 --- a/mylar/weeklypull.py +++ b/mylar/weeklypull.py @@ -81,7 +81,7 @@ def pullit(forcecheck=None, weeknumber=None, year=None): elif chk_locg['status'] == 'success': logger.info('[PULL-LIST] Weekly Pull List successfully loaded with ' + str(chk_locg['count']) + ' issues.') return new_pullcheck(chk_locg['weeknumber'],chk_locg['year']) - elif chk_log['status'] == 'update_required': + elif chk_locg['status'] == 'update_required': logger.warn('[PULL-LIST] Your version of Mylar is not up-to-date. You MUST update before this works') return else: