Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
MJU-POPS
ckanext-archiver
Commits
dfb7d562
Commit
dfb7d562
authored
Nov 20, 2015
by
David Read
Browse files
Fix
parent
f35f89cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
ckanext/archiver/plugin.py
View file @
dfb7d562
...
...
@@ -121,8 +121,8 @@ def add_archival_information(key, data, errors, context):
break
res_id
=
data
[
res_id_key
]
archival
=
archivals_by_res_id
.
get
(
res_id
)
archival_dict
=
archival
.
as_dict
()
if
archival
:
archival_dict
=
archival
.
as_dict
()
del
archival_dict
[
'id'
]
del
archival_dict
[
'package_id'
]
del
archival_dict
[
'resource_id'
]
...
...
Write
Preview
Markdown
is supported
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