Skip to content

Commit

Permalink
do not include clas6 banks in clas12 schema
Browse files Browse the repository at this point in the history
  • Loading branch information
baltzell authored and raffaelladevita committed Sep 27, 2023
1 parent cfa6094 commit 04558ca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions etc/bankdefs/util/bankSplit.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ def create(dirname, banklist):

# for each json file in hipo schema folder
for filename in os.listdir("./"):
if filename.endswith(".json"):

if filename.endswith(".json") and not filename.startswith("clas6"):
#Read JSON data into the datastore variable
f = open(filename)
try:
Expand Down

0 comments on commit 04558ca

Please sign in to comment.