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
mpcdf
obs
osc-plugins
Commits
ca80b621
Commit
ca80b621
authored
Mar 31, 2020
by
Lorenz Hüdepohl
Browse files
Fix E302 (2 blank lines before functions)
parent
222970eb
Changes
2
Hide whitespace changes
Inline
Side-by-side
mpcdf_setup_home_project.py
View file @
ca80b621
...
...
@@ -8,6 +8,7 @@ import osc.conf
import
osc.core
import
osc.cmdln
@
osc
.
cmdln
.
option
(
'-n'
,
'--dry-run'
,
action
=
"store_true"
,
help
=
"Do not actually run anything but output the resulting XML configuration"
)
@
osc
.
cmdln
.
option
(
'--remove-old'
,
action
=
"store_true"
,
default
=
False
,
...
...
mpcdf_setup_subproject.py
View file @
ca80b621
...
...
@@ -8,6 +8,7 @@ import osc.conf
import
osc.core
import
osc.cmdln
@
osc
.
cmdln
.
option
(
'-n'
,
'--dry-run'
,
action
=
"store_true"
,
help
=
"Do not actually run anything but output the resulting XML configuration"
)
@
osc
.
cmdln
.
option
(
'--remove-old'
,
action
=
"store_true"
,
default
=
False
,
...
...
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