Skip to content

Commit

Permalink
Merge pull request #34 from lsst-sitcom/tickets/DM-37798
Browse files Browse the repository at this point in the history
DM-37798: Update collection names
  • Loading branch information
mfisherlevine committed Jan 31, 2023
2 parents d7f7b25 + 75f2a35 commit e3177ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/lsst/summit/utils/butlerUtils.py
Expand Up @@ -91,10 +91,10 @@ def getLatissDefaultCollections():
site = ''

if site == 'tucson':
collections.append("LATISS-test-data-tts")
collections.append("LATISS-test-data-TTS")
return collections
if site == 'summit':
collections.append("LATISS_test_data")
collections.append("LATISS-test-data")
return collections
return collections

Expand Down

0 comments on commit e3177ab

Please sign in to comment.