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 8cf3b04 commit ff9fb01Copy full SHA for ff9fb01
util/record_ide.py
@@ -97,7 +97,7 @@ def run_record_ide(
97
os.remove(knowledge_base_tar_path)
98
99
if error:
100
- logs += f"\n\nUnfortunatly the {error} was exceeded.\n\nIf this is not by misstake an infinite loop situation please contact our support."
+ logs += f"\n\nUnfortunatly the {error} was exceeded.\n\nIf this is not by mistake an infinite loop situation please contact our support."
101
del __containers_running[container_name]
102
return logs
103
0 commit comments