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
amicleaner -f --full-report --mapping-key tags --mapping-values Name Branch --keep-previous 2
on CircleCI the result is-
Traceback (most recent call last):
File "/usr/local/bin/amicleaner", line 7, in <module>
from amicleaner.cli import main
File "/usr/local/lib/python3.6/site-packages/amicleaner/cli.py", line 13, in <module>
from .resources.config import MAPPING_KEY, MAPPING_VALUES
File "/usr/local/lib/python3.6/site-packages/amicleaner/resources/config.py", line 9, in <module>
TERM = Terminal()
File "/usr/local/lib/python3.6/site-packages/blessings/__init__.py", line 105, in __init__
self._init_descriptor)
_curses.error: setupterm: could not find terminal
The text was updated successfully, but these errors were encountered:
When running this command-
amicleaner -f --full-report --mapping-key tags --mapping-values Name Branch --keep-previous 2
on CircleCI the result is-
The text was updated successfully, but these errors were encountered: