Skip to content

Commit

Permalink
switch order inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
imedan committed Sep 6, 2024
1 parent 5eb699a commit ba983d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/create_designid_status_replace_designs.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
from mugatu.designs_to_targetdb import assignment_hash


def create_des_object(design_file, obsTime, exp):
def create_des_object(exp, design_file, obsTime):
des = FPSDesign(design_pk=-1,
obsTime=obsTime,
design_file=design_file,
Expand Down

0 comments on commit ba983d0

Please sign in to comment.