We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a94e9f2 + f018121 commit 4db9292Copy full SHA for 4db9292
config/consolidateObjectTable.py
@@ -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