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
Maud Kerebel
scripts
Commits
1ba54efa
Commit
1ba54efa
authored
Jul 14, 2014
by
Pierre-Elliott Bécue
Browse files
[trigger.py] Oubli du cas de régénération complète
* Il fallait ajouter le .regen
parent
334bac5a
Changes
1
Hide whitespace changes
Inline
Side-by-side
gestion/trigger/trigger.py
View file @
1ba54efa
...
...
@@ -129,4 +129,4 @@ if __name__ == '__main__':
for
arg_service
in
trigger_config
.
services
[
hostname
]:
if
getattr
(
args
,
arg_service
,
False
)
==
True
:
print
affichage
.
style
(
" (Ré)Génération du service %s"
%
(
arg_service
,),
"cyan"
)
trigger
(
arg_service
)(
True
)
trigger
(
arg_service
)
.
regen
(
True
)
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