Skip to content

Commit

Permalink
🐛 Fix more plumbing of --skip_if_no_new_data
Browse files Browse the repository at this point in the history
I spoke too soon with 9384f61
The script launched, but failed soon after.
This is now actually running properly
  • Loading branch information
shankari committed Aug 15, 2023
1 parent 9384f61 commit dfa7832
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import emission.analysis.plotting.composite_trip_creation as eapc
import emission.analysis.userinput.matcher as eaum

def add_sections_to_trips(process_number, uuid_list):
def add_sections_to_trips(process_number, uuid_list, skip_if_no_new_data):
import logging
logging.basicConfig(level=logging.DEBUG, filename="/var/tmp/add_section_summary_%s.log" % process_number,
force=True)
Expand Down

0 comments on commit dfa7832

Please sign in to comment.