mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[enh] Pep8
This commit is contained in:
parent
81ae41a3e4
commit
c81eab396b
1 changed files with 0 additions and 1 deletions
|
@ -1060,7 +1060,6 @@ def tools_migrations_migrate(targets=[], skip=False, auto=False, force_rerun=Fal
|
||||||
|
|
||||||
raise YunohostError("migrations_no_such_migration", id=target)
|
raise YunohostError("migrations_no_such_migration", id=target)
|
||||||
|
|
||||||
|
|
||||||
# auto, skip, revert and force are exclusive options
|
# auto, skip, revert and force are exclusive options
|
||||||
if auto + skip + revert + force_rerun > 1:
|
if auto + skip + revert + force_rerun > 1:
|
||||||
raise YunohostError("migrations_exclusive_options")
|
raise YunohostError("migrations_exclusive_options")
|
||||||
|
|
Loading…
Add table
Reference in a new issue