rosemariafontana commited on
Commit
6e8b5f5
·
verified ·
1 Parent(s): 817a182

Update script_for_automation.py

Browse files
Files changed (1) hide show
  1. 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(differences))
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