You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue appears with the current version in master branch:
root@abgleich:~# abgleich snap /etc/abgleich/frequent.yaml
| Typ | Geschrieben | Name des Datensatzes | Snapshot-Name |
|----------|---------------|------------------------|---------------------|
| Snapshot | 96.0 KiB | ROOT | 2021031301_frequent |
| Snapshot | 8.2 GiB | ROOT/pve-1 | 2021031301_frequent |
| Snapshot | 96.0 KiB | data | 2021031301_frequent |
Möchten Sie fortfahren? [y/N]: y
Traceback (most recent call last):
File "/usr/local/bin/abgleich", line 8, in <module>
sys.exit(cli())
File "/usr/local/lib/python3.9/dist-packages/click/core.py", line 829, in __call__
return self.main(*args, **kwargs)
File "/usr/local/lib/python3.9/dist-packages/click/core.py", line 782, in main
rv = self.invoke(ctx)
File "/usr/local/lib/python3.9/dist-packages/click/core.py", line 1259, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/usr/local/lib/python3.9/dist-packages/click/core.py", line 1066, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/usr/local/lib/python3.9/dist-packages/click/core.py", line 610, in invoke
return callback(*args, **kwargs)
File "/usr/local/lib/python3.9/dist-packages/abgleich/cli/snap.py", line 67, in snap
transactions.run()
File "/usr/local/lib/python3.9/dist-packages/abgleich/core/transaction.py", line 286, in run
f'{colorize(" | ".join([str(command) for command in transaction.commands]), "yellow"):s}'
File "/usr/local/lib/python3.9/dist-packages/typeguard/__init__.py", line 916, in wrapper
raise TypeError(*exc.args) from None
TypeError: type of the return value must be a tuple; got list instead
Tested with Python3.9 on Manjaro Linux and Debian 11 (bullseye/testing) against a Proxmox 6.3.6 system.
My config:
This issue appears with the current version in
master
branch:Tested with
Python3.9
on Manjaro Linux and Debian 11 (bullseye/testing) against a Proxmox 6.3.6 system.My config:
Python module versions of my pipenv:
The text was updated successfully, but these errors were encountered: