There was an error while loading. Please reload this page.
1 parent d1c4a9c commit 06b8d7fCopy full SHA for 06b8d7f
1 file changed
emmet-cli-legacy/emmet/cli/legacy/tasks.py
@@ -98,7 +98,7 @@ def make_comment(ctx, txt):
98
)
99
@click.option("--tar", is_flag=True, help="tar blocks after backup and clean")
100
@click.pass_context
101
-def backups(ctx, clean, tar):
+def backups(ctx, clean, exhaustive, tar):
102
"""Scan root directory and submit separate backup jobs for subdirectories containing blocks"""
103
ctx.parent.params["nmax"] = sys.maxsize # disable maximum launchers for backup
104
subdir_block_launchers = defaultdict(lambda: defaultdict(list))
0 commit comments