We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9a055e commit d64f59bCopy full SHA for d64f59b
1 file changed
etc/bankdefs/util/bankSplit.py
@@ -113,6 +113,7 @@ def create(dirname, banklist):
113
rgl.extend(glob.glob('./singles/full/AHDC*.json'))
114
rgl.extend(glob.glob('./singles/full/ATOF*.json'))
115
rgl = [os.path.basename(x)[:-5] for x in rgl]
116
+rgl.remove('AHDC::wf')
117
calib.extend(rgl)
118
mon.extend(rgl)
119
dst.extend(rgl)
0 commit comments