We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a26bf2 commit 220ac60Copy full SHA for 220ac60
server/utils.py
@@ -88,7 +88,7 @@ def run_ai_code_task(task_id):
88
container_image = 'claude-code-automation:latest'
89
90
# Create the command to run in container
91
- container_command = rf'''
+ container_command = f'''
92
set -e
93
echo "Setting up repository..."
94
0 commit comments