Skip to content

Commit

Permalink
bug-fix: arguments out of order
Browse files Browse the repository at this point in the history
  • Loading branch information
CCS Operator Account committed May 31, 2017
1 parent 7946f1c commit 82154cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion harnessed_jobs/sflat_raft_acq/v0/ccs_sflat_raft_acq.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ def run(self):
if __name__ == '__main__':
metadata = AcqMetadata(cwd=tsCWD, raft_id=UNITID, run_number=RUNNUM)
acq = SuperFlatAcquisition(sequence_file, rtmacqcfgfile, metadata,
ccd_names, subsystems)
subsystems, ccd_names)
acq.run()

0 comments on commit 82154cc

Please sign in to comment.