Bugfix for the error:
Traceback (most recent call last):
File "/home/xxx/.local/bin/fabric", line 8, in <module>
sys.exit(cli())
^^^^^
File "/home/xxx/.local/share/pipx/venvs/fabric/lib/python3.12/site-packages/installer/client/cli/fabric.py", line 148, in main
session.list_sessions()
File "/home/xxx/.local/share/pipx/venvs/fabric/lib/python3.12/site-packages/installer/client/cli/helper.py", line 67, in list_sessions
most_recent = self.find_most_recent_file().split("/")[-1]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'split'