Closed j04n-f closed 11 months ago
Reproduced the same issue. Works if pip depencancy gets reverted to 1.4.0. Even tcset -h fails with this static error.
@joan-mido-qa @merinsTDL
Thank you for your report.
I have released SimpleSQLite v1.5.2
that restores backward compatibility as a workaround.
Describe the bug
SimpleSQLite version is not pinned (floating version): https://github.com/thombashi/tcconfig/blob/e14f9fbdb235e2d6b2748962735dcf3fa1f356f3/requirements/requirements.txt#L9
New versions of the package breaks tcconfig commands. Forcing SimpleSQLite v1.4.0 installation solves the problem.
Expected behavior
tcshow eth0
command should display the network constrains applied to eth0.To Reproduce
Steps to reproduce the behavior:
pip install tcconfig
pip install SimpleSQLite==1.5.1
tcshow eth0
Additional context