 Issue 29569566:
  Noissue - Replace flake8-putty with flake8-per-file-ignores, update to flake8 3 (sitescripts)  (Closed)
    
  
    Issue 29569566:
  Noissue - Replace flake8-putty with flake8-per-file-ignores, update to flake8 3 (sitescripts)  (Closed) 
  | Index: sitescripts/content_blocker_lists/bin/generate_lists.py | 
| =================================================================== | 
| --- a/sitescripts/content_blocker_lists/bin/generate_lists.py | 
| +++ b/sitescripts/content_blocker_lists/bin/generate_lists.py | 
| @@ -83,6 +83,7 @@ | 
| with open(path, 'wb') as destination_file: | 
| json.dump(block_list, destination_file, indent=2, separators=(',', ': ')) | 
| + | 
| if __name__ == '__main__': | 
| update_abp2blocklist() |