Skip to content

Commit 63df153

Browse files
committed
rimport: Add todos.
1 parent 25f0b98 commit 63df153

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

rimport

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#!/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.
24
"""
35
A drop-in CLI replacement for the legacy `rimport` csh tool.
46
@@ -169,6 +171,7 @@ def get_staging_root() -> Path:
169171
env = os.getenv("RIMPORT_STAGING")
170172
if env:
171173
return Path(env).expanduser().resolve()
174+
# TODO: This should be a module-level variable.
172175
return Path("/glade/campaign/collections/gdex/data/d651077/cesmdata/inputdata")
173176

174177

0 commit comments

Comments
 (0)