Skip to content

Commit

Permalink
rm command key from json
Browse files Browse the repository at this point in the history
  • Loading branch information
hector-baez committed Nov 21, 2023
1 parent 04312b9 commit d8ef6ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scheduler/supabase/benparser.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
else:
key = line.split(" = ")[0].strip()
value = line.split(" = ")[1].strip()
if key == "command":
continue
job[key] = value
jobs.append(job)

Expand Down

0 comments on commit d8ef6ef

Please sign in to comment.