You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running ntfy send message or, more annoyingly when shell integration is enabled, just pressing Enter, causes this:
Traceback (most recent call last):
File "/Users/mohamed/Library/Python/3.7/bin/ntfy", line 6, in <module>
from ntfy.cli import main
File "/Users/mohamed/Library/Python/3.7/lib/python/site-packages/ntfy/__init__.py", line 12, in <module>
_cwd = getcwd()
FileNotFoundError: [Errno 2] No such file or directory
The text was updated successfully, but these errors were encountered:
Example:
Running
ntfy send message
or, more annoyingly when shell integration is enabled, just pressing Enter, causes this:The text was updated successfully, but these errors were encountered: