diff --git a/setup.py b/setup.py index 0f25bb2..3a59f16 100755 --- a/setup.py +++ b/setup.py @@ -1318,7 +1318,7 @@ def claim_task(self): def _has_file_conflicts(self, task, state): """Check if task files conflict with active work""" - task_files = set(task.get("files_locked", [])) + task_files = set(task.get("files_locked", [])) if not task_files: return False