Skip to content

Commit

Permalink
adding TWI lookup
Browse files Browse the repository at this point in the history
  • Loading branch information
PhillipsOwen committed Jul 30, 2023
1 parent 6e9f5d7 commit d0d5f9b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/common/asgs_constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ def get_site_ids(self, context='unknown') -> list:
cct = self.get_lu_id('CCT', 'site', context)
psc = self.get_lu_id('PSC', 'site', context)
uga = self.get_lu_id('UGA', 'site', context)
twi = self.get_lu_id('TWI', 'site', context)

# return the list of ids
return [cct, loni, lsu, penguin, psc, qb2, renci, seahorse, tacc, uga]
return [cct, loni, lsu, penguin, psc, qb2, renci, seahorse, tacc, uga, twi]

0 comments on commit d0d5f9b

Please sign in to comment.