Skip to content

Commit ff9fb01

Browse files
author
JWittmeyer
committed
Fixes typo
1 parent 8cf3b04 commit ff9fb01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/record_ide.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def run_record_ide(
9797
os.remove(knowledge_base_tar_path)
9898

9999
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."
100+
logs += f"\n\nUnfortunatly the {error} was exceeded.\n\nIf this is not by mistake an infinite loop situation please contact our support."
101101
del __containers_running[container_name]
102102
return logs
103103

0 commit comments

Comments
 (0)