We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a94e9f2 commit f018121Copy full SHA for f018121
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