Skip to content

Commit

Permalink
Merge branch 'tickets/DM-21915'
Browse files Browse the repository at this point in the history
  • Loading branch information
kfindeisen committed Jul 10, 2020
2 parents d6747cf + beb29e6 commit 41c5faf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/obs/base/ingest.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def __post_init__(self, universe: DimensionUniverse):
self.record = makeExposureRecordFromObsInfo(self.files[0].datasets[0].obsInfo, universe)


def makeTransferChoiceField(doc="How to transfer files (None for no transfer).", default=None):
def makeTransferChoiceField(doc="How to transfer files (None for no transfer).", default="auto"):
"""Create a Config field with options for how to transfer files between
data repositories.
Expand Down

0 comments on commit 41c5faf

Please sign in to comment.