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
I apologize for writing an issue rather that a pull request, it's a one line fix... Error is:
File "/home/cba/.local/lib/python3.9/site-packages/whichfile/main.py", line 955
repr(s) for s in self.symlink_to,
^
SyntaxError: Generator expression must be parenthesized
The text was updated successfully, but these errors were encountered:
I apologize for writing an issue rather that a pull request, it's a one line fix... Error is:
File "/home/cba/.local/lib/python3.9/site-packages/whichfile/main.py", line 955
repr(s) for s in self.symlink_to,
^
SyntaxError: Generator expression must be parenthesized
The text was updated successfully, but these errors were encountered: