Skip to content

Commit 220ac60

Browse files
fix: str bug
1 parent 2a26bf2 commit 220ac60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def run_ai_code_task(task_id):
8888
container_image = 'claude-code-automation:latest'
8989

9090
# Create the command to run in container
91-
container_command = rf'''
91+
container_command = f'''
9292
set -e
9393
echo "Setting up repository..."
9494

0 commit comments

Comments
 (0)