fabric/installer/client/cli
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
..
agents/trip_planner updated agents 2024-03-04 17:09:25 -05:00
__init__.py fixed yt, ts and save 2024-03-14 10:43:52 -04:00
fabric.py added gemini support 2024-05-14 18:48:25 -04:00
helper.py Bugfix in helper.py 2024-05-25 14:03:48 +02:00
README.md Updated client documentation. 2024-03-02 17:24:53 -08:00
save.py Bug fixes for tags 2024-05-19 19:57:43 -05:00
ts.py fixed yt, ts and save 2024-03-14 10:43:52 -04:00
utils.py fixed gemini support 2024-05-14 18:52:00 -04:00
yt.py feat: add metadata flag to yt cli 2024-05-02 13:36:04 -04:00

The fabric client

Please see the main project's README.md for the latest documentation.