From 293a5aa8329181dee092c19fb9fbf30881299448 Mon Sep 17 00:00:00 2001 From: verycarefully Date: Mon, 8 Aug 2016 14:27:40 -0400 Subject: [PATCH] Fix another lint error pep8 didn't catch. --- code/client/munkilib/fetch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/client/munkilib/fetch.py b/code/client/munkilib/fetch.py index 96af2ddb..9bf7cf5e 100644 --- a/code/client/munkilib/fetch.py +++ b/code/client/munkilib/fetch.py @@ -338,7 +338,7 @@ def getResourceIfChangedAtomically(url, munkicommon.log('Cached payload does not match hash in catalog, ' 'will check if changed and redownload: %s' % destinationpath) - #continue with normal if-modified-since/etag update methods. + # continue with normal if-modified-since/etag update methods. if follow_redirects is not True: # If we haven't explicitly said to follow redirect,