We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25f0b98 commit 63df153Copy full SHA for 63df153
1 file changed
rimport
@@ -1,4 +1,6 @@
1
#!/glade/u/apps/derecho/24.12/opt/view/bin/python
2
+# TODO: Move all the Python into new file rimport.py for simpler testing. Keep rimport as a
3
+# convenience wrapper.
4
"""
5
A drop-in CLI replacement for the legacy `rimport` csh tool.
6
@@ -169,6 +171,7 @@ def get_staging_root() -> Path:
169
171
env = os.getenv("RIMPORT_STAGING")
170
172
if env:
173
return Path(env).expanduser().resolve()
174
+ # TODO: This should be a module-level variable.
175
return Path("/glade/campaign/collections/gdex/data/d651077/cesmdata/inputdata")
176
177
0 commit comments