Skip to content

Commit 4db9292

Browse files
committed
Merge branch 'tickets/DM-52667'
2 parents a94e9f2 + f018121 commit 4db9292

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

config/consolidateObjectTable.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Reconfigure any actions that have a bands parameter
2+
for action in config.actions:
3+
if hasattr(action, "bands"):
4+
action.bands = ["g", "r", "i", "z", "y"]

0 commit comments

Comments
 (0)