mirror of
https://github.com/huggingface/knockknock.git
synced 2021-08-28 00:30:42 +03:00
test
This commit is contained in:
@@ -58,8 +58,7 @@ def main():
|
||||
|
||||
verbose = args.pop("verbose")
|
||||
def run_func(): return subprocess.run(remaining_args, check=True)
|
||||
run_func.__name__ = " ".join(
|
||||
remaining_args) if verbose else remaining_args[0]
|
||||
run_func.__name__ = " ".join(remaining_args) if verbose else remaining_args[0]
|
||||
|
||||
sender_func(**args)(run_func)()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user