Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cspp-geo-gridded-glm
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cspp_geo
cspp-geo-gridded-glm
Merge requests
!6
Resolve "add tracability attributes to grid (and maybe tile) files"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "add tracability attributes to grid (and maybe tile) files"
3-add-tracability-attributes-to-grid-and-maybe-tile-files
into
master
Overview
0
Commits
5
Pipelines
0
Changes
1
Merged
Nick Bearson
requested to merge
3-add-tracability-attributes-to-grid-and-maybe-tile-files
into
master
4 years ago
Overview
0
Commits
5
Pipelines
0
Changes
1
Expand
Closes #3
0
0
Merge request reports
Viewing commit
7ca30fd7
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
7ca30fd7
remove a trailing newline in our version number
· 7ca30fd7
Nick Bearson
authored
4 years ago
gridded_glm/libexec/_minute_gridder.py
+
1
−
1
Options
@@ -191,7 +191,7 @@ def grid_setup(args, work_dir=os.getcwd()):
def
get_cspp_gglm_version
():
try
:
version_filename
=
os
.
path
.
join
(
os
.
getenv
(
'
CSPP_GEO_GGLM_HOME
'
),
"
.VERSION.txt
"
)
return
open
(
version_filename
,
'
r
'
).
read
()
return
open
(
version_filename
,
'
r
'
).
read
()
.
rstrip
()
except
:
return
"
unknown
"
Loading