fix bad line
Some checks failed
Deploy Containers / Prepare (push) Failing after 3s

This commit is contained in:
2026-01-09 17:25:00 -05:00
parent aed0dedf49
commit e68d90e6e2

View File

@@ -54,7 +54,7 @@ def main():
# clean up the diff # clean up the diff
new_diff = [] new_diff = []
for file in diff: for file in diff:
task_name = f"{file.split("/")[0]}/{file.split("/")[1]}" task_name = f"{file.split('/')[0]}/{file.split('/')[1]}"
# i'm not proud of this either # i'm not proud of this either
if not os.path.exists(os.path.join(dir_path, file)): if not os.path.exists(os.path.join(dir_path, file)):