Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
limbra
limbra
Commits
6ce6e0d3
Commit
6ce6e0d3
authored
Feb 28, 2020
by
LE GAC Renaud
Browse files
Update CheckAndFix.country to add a protection.
parent
94e19641
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
modules/harvest_tools/checkandfix.py
modules/harvest_tools/checkandfix.py
+2
-0
No files found.
modules/harvest_tools/checkandfix.py
View file @
6ce6e0d3
...
...
@@ -408,6 +408,8 @@ class CheckAndFix(object):
return
val
=
record
.
conference_country
()
if
len
(
val
)
==
0
:
raise
CheckException
(
MSG_UNKNOWN_COUNTRY
)
try
:
db
=
self
.
db
...
...
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