Skip to content

Commit 7fa819b

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 2815349 commit 7fa819b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fileup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ def main() -> None:
349349

350350
# Put a URL into clipboard only works on OS X
351351
with contextlib.suppress(Exception):
352-
process = subprocess.Popen( # noqa: S603
352+
process = subprocess.Popen(
353353
"pbcopy", # noqa: S607
354354
env={"LANG": "en_US.UTF-8"},
355355
stdin=subprocess.PIPE,

0 commit comments

Comments
 (0)