Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Merret Buurman
pidlandingpage
Commits
226f0a14
Commit
226f0a14
authored
Aug 05, 2016
by
Merret Buurman
Browse files
Updated another handle key name.
parent
cd854bdb
Changes
1
Hide whitespace changes
Inline
Side-by-side
landingpage/landingpageapp/handle/cmip6parser.py
View file @
226f0a14
...
@@ -112,10 +112,10 @@ def _get_errata_field_from_record(record):
...
@@ -112,10 +112,10 @@ def _get_errata_field_from_record(record):
return
get_value_from_record
(
record
,
'ERRATA_IDS'
)
return
get_value_from_record
(
record
,
'ERRATA_IDS'
)
def
_get_filename_from_record
(
record
):
def
_get_filename_from_record
(
record
):
return
get_value_from_record
(
record
,
'FILENAME'
)
return
get_value_from_record
(
record
,
'FILE
_
NAME'
)
def
_get_filesize_from_record
(
record
):
def
_get_filesize_from_record
(
record
):
return
get_value_from_record
(
record
,
'FILESIZE'
)
return
get_value_from_record
(
record
,
'FILE
_
SIZE'
)
def
_get_checksum_from_record
(
record
):
def
_get_checksum_from_record
(
record
):
return
get_value_from_record
(
record
,
'CHECKSUM'
)
return
get_value_from_record
(
record
,
'CHECKSUM'
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment