style: apply ruff auto-fixes
This commit is contained in:
@@ -28,7 +28,6 @@ import sys
|
||||
import tempfile
|
||||
import urllib.request
|
||||
import zipfile
|
||||
import shlex
|
||||
import re
|
||||
from pathlib import Path
|
||||
from typing import Optional, Tuple
|
||||
@@ -870,7 +869,7 @@ def main(argv: Optional[list[str]] = None) -> int:
|
||||
args.root = str(default_root)
|
||||
|
||||
# Ask for destination folder name
|
||||
dest_input = input(f"Enter folder name for Hydrus [default: hydrusnetwork]: ").strip()
|
||||
dest_input = input("Enter folder name for Hydrus [default: hydrusnetwork]: ").strip()
|
||||
if dest_input:
|
||||
args.dest_name = dest_input
|
||||
except (EOFError, KeyboardInterrupt):
|
||||
|
||||
Reference in New Issue
Block a user