tc420 icon indicating copy to clipboard operation
tc420 copied to clipboard

Not working on Fedora 38

Open miguelangelcg25 opened this issue 5 months ago • 0 comments

Not working on Fedora 38, when executing tc420 --help I get this error:

Traceback (most recent call last):
  File "/home/miguelangel/.local/bin/tc420", line 5, in <module>
    from tc420.__main__ import main
  File "/home/miguelangel/.local/lib/python3.12/site-packages/tc420/__main__.py", line 286, in <module>
    @cmd_group.resultcallback()
     ^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'Group' object has no attribute 'resultcallback'. Did you mean: 'result_callback'?

I created plugdev group, added my user, re-logged in but did not work.

miguelangelcg25 avatar Jan 07 '24 15:01 miguelangelcg25