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
thalia
concrexit
Commits
6c64d332
Verified
Commit
6c64d332
authored
Jan 23, 2019
by
Sébastiaan Versteeg
Browse files
Remove dryrun
parent
d1c61d3b
Changes
1
Show whitespace changes
Inline
Side-by-side
website/members/management/commands/conscribosync.py
View file @
6c64d332
...
...
@@ -14,15 +14,6 @@ logger = logging.getLogger(__name__)
class
Command
(
BaseCommand
):
def
add_arguments
(
self
,
parser
):
parser
.
add_argument
(
'--dry-run'
,
action
=
'store_true'
,
dest
=
'dry-run'
,
default
=
False
,
help
=
'Dry run instead of syncing for real'
,
)
def
handle
(
self
,
*
args
,
**
options
):
api
=
ConscriboApi
(
settings
.
CONSCRIBO_ACCOUNT
,
settings
.
CONSCRIBO_USER
,
...
...
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