We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7347e67 commit 5247d04Copy full SHA for 5247d04
copy_to_clipboard/copy_to_clipboard.py
@@ -21,4 +21,5 @@
21
subprocess.run("clip", universal_newlines=True, input=f_contents)
22
print("success: copied to clipboard")
23
else:
24
- print("failed: clipboard not supported")
+ print("failed: clipboard not supported")
25
+
0 commit comments