riotkit-org / riotkit-do

RKD - RiotKit DO. Task executor - balance between Makefile and Gradle. Written in Python. Powerful tool for every DevOps. Automates production tasks as well as local development tasks
Apache License 2.0
10 stars 2 forks source link

Exception: TypeError: sequence item 2: expected str instance, int found #44

Closed blackandred closed 4 years ago

blackandred commented 4 years ago
      File "/usr/lib/python3.8/site-packages/rkd/yaml_parser.py", line 64, in load
        raise YAMLFileValidationError(e)
      File "/usr/lib/python3.8/site-packages/rkd/exception.py", line 51, in __init__
        '.'.join(err.path), err.message
    TypeError: sequence item 2: expected str instance, int found
blackandred commented 4 years ago

Fix in: 2278d9339753d3ee0e700d700f43de84aa672085 Needs to still adjust unit tests.

blackandred commented 4 years ago

Unit tests were already present, made a fix that passes all tests.