diff --git a/jobs/job.py b/jobs/job.py index e723c82..c4e2593 100644 --- a/jobs/job.py +++ b/jobs/job.py @@ -38,6 +38,7 @@ st.make(strrunid, 'merged_s2s') st.make(strrunid, 'event_basics') st.make(strrunid, 'event_info') +st.make(strrunid, 'cuts_basic') print("Used time:", datetime.now() - now) now = datetime.now()