Skip to content

Commit

Permalink
Merge pull request #42 from lsst-camera-dh/LSSTTD-1317
Browse files Browse the repository at this point in the history
remove setting of db_name option
  • Loading branch information
jchiang87 authored Sep 13, 2018
2 parents 6bd9d04 + ad4287d commit 1e613d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
raft_id = siteUtils.getUnitId()
run_number = siteUtils.getRunNumber()

raft = camera_components.Raft.create_from_etrav(raft_id, db_name='Dev')
raft = camera_components.Raft.create_from_etrav(raft_id)
results_files = dict()
bias_files = dict()
bbox = None
Expand Down

0 comments on commit 1e613d4

Please sign in to comment.