Commit Graph

6 Commits

Author SHA1 Message Date
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
xssdoctor
989cb9b8d4 added ability to list sessions and gives the first line 2024-04-20 12:06:02 -04:00
xssdoctor
b5ee3d38a3 added session log to view your sessions 2024-04-20 11:56:01 -04:00
xssdoctor
ce532ca9d8 added ability to delete some or all sessions 2024-04-20 11:44:08 -04:00
xssdoctor
449fda1052 fixed some broken things about sessions 2024-04-20 11:36:18 -04:00
Jonathan Dunn
eaa1667821 added sessions 2024-04-19 21:23:29 -04:00