Skip to content

Commit ad15832

Browse files
authored
Merge pull request #12 from ryanmac/fix/terminal-workflow-indentation-error
Fix IndentationError in terminal workflow
2 parents 3163bab + 77478be commit ad15832

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1318,7 +1318,7 @@ def claim_task(self):
13181318
13191319
def _has_file_conflicts(self, task, state):
13201320
"""Check if task files conflict with active work"""
1321-
task_files = set(task.get("files_locked", []))
1321+
task_files = set(task.get("files_locked", []))
13221322
if not task_files:
13231323
return False
13241324

0 commit comments

Comments
 (0)