mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-07-22 14:30:53 -04:00
chore: use ruff for formatting
There are a few minor changes here compared to black; it flagged unnecessary string concatenations, and has slightly different opinions on line length.
This commit is contained in:
parent
ab8970ff3e
commit
a23dd6a923
11 changed files with 19 additions and 23 deletions
|
@ -82,7 +82,7 @@ def main(argv=[]):
|
|||
os.chdir(os.path.dirname(__file__))
|
||||
|
||||
cmd = (
|
||||
"/opt/brozzler-ve3/bin/python /opt/brozzler-ve3/bin/brozzler-new-site " "%s %s"
|
||||
"/opt/brozzler-ve3/bin/python /opt/brozzler-ve3/bin/brozzler-new-site %s %s"
|
||||
) % (" ".join(options), args.seed)
|
||||
subprocess.call(["vagrant", "ssh", "--", cmd])
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue