Skip to content

Commit 1447f73

Browse files
committed
Change string for searching for ISO files
1 parent dbbc2b6 commit 1447f73

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

message_ix_buildings/chilled/core/aggregate.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,11 +225,11 @@ def aggregate_ISO_tables_to_regions(config: "Config"):
225225
model = "MESS-CHILL-URM"
226226

227227
print(config.vstr)
228-
path = os.path.join(version_path, "**/*/" + "ISO_agg_data_" + config.vstr + ".csv")
228+
path = os.path.join(version_path, "**/*/" + "ISO_agg_data_*" + ".csv")
229229
print(path)
230230

231231
files = glob.glob(
232-
os.path.join(version_path, "**/*/" + "ISO_agg_data_" + config.vstr + ".csv"),
232+
os.path.join(version_path, "**/*/" + "ISO_agg_data_*" + ".csv"),
233233
recursive=True,
234234
)
235235

0 commit comments

Comments
 (0)