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
95e55662
Commit
95e55662
authored
Dec 15, 2015
by
LE GAC Renaud
Browse files
Fix a typo in the wizard harvester.
parent
78dc947b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
controllers/wizards.py
controllers/wizards.py
+2
-2
No files found.
controllers/wizards.py
View file @
95e55662
...
...
@@ -243,10 +243,10 @@ def harvester():
collection
.
append
(
"(a %s)"
%
" or "
.
join
(
vars
.
people
))
if
automaton
==
"articles"
:
collection
.
append
(
"t
p
p and not tc c"
)
collection
.
append
(
"t
c
p and not tc c"
)
elif
automaton
==
"proceedings"
:
collection
.
append
(
"t
p
p and tc c"
)
collection
.
append
(
"t
c
p and tc c"
)
values
.
collections
=
"find %s"
%
" and "
.
join
(
collection
)
...
...
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