looper icon indicating copy to clipboard operation
looper copied to clipboard

divvy list error

Open nsheff opened this issue 1 year ago • 1 comments
trafficstars

I can't seem to divvy list on a fresh install of looper 2.0.0a1:

divvy list
Using divvy config: /home/nsheff/Dropbox/env/divvy_config/vole.yaml
Traceback (most recent call last):
  File "/home/nsheff/.local/bin/divvy", line 8, in <module>
    sys.exit(divvy_main())
             ^^^^^^^^^^^^
  File "/home/nsheff/.local/share/pipx/venvs/looper/lib/python3.12/site-packages/looper/cli_divvy.py", line 129, in main
    dcc = ComputingConfiguration(filepath=divcfg)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: ComputingConfiguration.__init__() got an unexpected keyword argument 'filepath'

nsheff avatar Aug 19 '24 20:08 nsheff

Ok, this should now be fixed in dev.

donaldcampbelljr avatar Aug 20 '24 14:08 donaldcampbelljr