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 b353feb commit e0c078eCopy full SHA for e0c078e
STACpopulator/implementations/CMIP6_UofT/add_CMIP6.py
@@ -132,7 +132,7 @@ def main(*args: str) -> int:
132
parser = argparse.ArgumentParser()
133
add_parser_args(parser)
134
ns = parser.parse_args(args or None)
135
- ns.populator = "CMIP6_UofT"
+ ns.populator = os.path.basename(os.path.dirname(__file__))
136
return cli.run(ns)
137
138
if __name__ == "__main__":
STACpopulator/implementations/DirectoryLoader/crawl_directory.py
@@ -73,7 +73,7 @@ def main(*args: str) -> int:
73
74
75
76
- ns.populator = "DirectoryLoader"
77
78
79
0 commit comments