Update script_for_automation.py
Browse files- script_for_automation.py +1 -1
script_for_automation.py
CHANGED
|
@@ -595,7 +595,7 @@ def drive_process():
|
|
| 595 |
# Optionally save differences as a separate file
|
| 596 |
differences_file = os.path.join(recipe_folder, f"recipe_{recipe_dict['recipe_id']}_data_{key}_differences.json")
|
| 597 |
with open(differences_file, 'w') as f:
|
| 598 |
-
f.write(str(
|
| 599 |
|
| 600 |
print("ZIPPING UP WHOLE THING")
|
| 601 |
# Zip the entire output folder
|
|
|
|
| 595 |
# Optionally save differences as a separate file
|
| 596 |
differences_file = os.path.join(recipe_folder, f"recipe_{recipe_dict['recipe_id']}_data_{key}_differences.json")
|
| 597 |
with open(differences_file, 'w') as f:
|
| 598 |
+
f.write(str(differences_file))
|
| 599 |
|
| 600 |
print("ZIPPING UP WHOLE THING")
|
| 601 |
# Zip the entire output folder
|