Skip to content

Commit 5247d04

Browse files
Update copy_to_clipboard
1 parent 7347e67 commit 5247d04

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

copy_to_clipboard/copy_to_clipboard.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,5 @@
2121
subprocess.run("clip", universal_newlines=True, input=f_contents)
2222
print("success: copied to clipboard")
2323
else:
24-
print("failed: clipboard not supported")
24+
print("failed: clipboard not supported")
25+

0 commit comments

Comments
 (0)