fabric/installer
silverstreak 497a048b59
Bugfix in helper.py
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'
2024-05-25 14:03:48 +02:00
..
client Bugfix in helper.py 2024-05-25 14:03:48 +02:00
server removes initialization of API keys from server 2024-02-16 20:48:05 -03:00
__init__.py fixed yt, ts and save 2024-03-14 10:43:52 -04:00