Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoucheng361 committed Apr 19, 2024
1 parent 6e58691 commit 0c91017
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/scripts/hypo/command_op.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ def get_dump_cmd(self, meta_url, subdir, fast, skip_trash, keep_secret_key, thre
cmd += f' --skip-trash' if skip_trash else ''
cmd += f' --keep-secret-key' if keep_secret_key else ''
cmd += f' --threads {threads}'
cmd += f' --log-level error'
return cmd

def do_dump_load_dump(self, folder, fast=False, skip_trash=False, threads=1, keep_secret_key=False, user='root'):
Expand Down

0 comments on commit 0c91017

Please sign in to comment.