diff --git a/socs/db/suprsync.py b/socs/db/suprsync.py index efb73aa18..e887528ee 100644 --- a/socs/db/suprsync.py +++ b/socs/db/suprsync.py @@ -348,7 +348,7 @@ def get_copyable_files(self, archive_name, session=None, SupRsyncFile.removed == None, # noqa: E711 SupRsyncFile.archive_name == archive_name, SupRsyncFile.failed_copy_attempts < max_copy_attempts, - SupRsyncFile.ignore == False, + SupRsyncFile.ignore == False, # noqa: E712 ) files = []