Skip to content

Commit a24af22

Browse files
committed
remove unused option only_new_results from mapswipe_workers run
1 parent 8eedefc commit a24af22

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

mapswipe_workers/mapswipe_workers/mapswipe_workers.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -305,15 +305,6 @@ def run_create_tutorial(input_file):
305305
),
306306
type=click.Choice(["m", "h", "d"]),
307307
)
308-
@click.option(
309-
"--only_new_results",
310-
default=False,
311-
is_flag=True,
312-
help=(
313-
f"Will generate stats only for projects and users"
314-
f"for which new results have been transfered."
315-
),
316-
)
317308
def run(schedule):
318309
sentry.init_sentry()
319310
try:

0 commit comments

Comments
 (0)