Skip to content

Commit

Permalink
🐛 Remove extra curly braces
Browse files Browse the repository at this point in the history
  • Loading branch information
shnizzedy committed Jul 15, 2024
1 parent 4280fc6 commit c22db11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CPAC/pipeline/engine/resource.py
Original file line number Diff line number Diff line change
Expand Up @@ -1960,7 +1960,7 @@ def get_strats(
pipe_idx = str(strat_list)
new_strats[pipe_idx] = StratPool(name=pipe_idx)
# new_strats is A DICTIONARY OF StratPool OBJECTS!
new_strats[pipe_idx].json = {"CpacProvenance": {strat_list}}
new_strats[pipe_idx].json = {"CpacProvenance": strat_list}

# now just invert resource:strat to strat:resource for each resource:strat
for cpac_prov in strat_list:
Expand Down

0 comments on commit c22db11

Please sign in to comment.