python-tuf/tuf/scripts
Teodora Sechkova 0ebe226fb6
Re-raise exceptions explicitly using the 'from' keyword
Versions 2.6.0 and later of pylint adhere to PEP 3134
and trigger a 'raise-missing-from' warning (W0707) when
chained exceptions are raised implicitly.

The 'from' keyword is a Python3.x feature, that is why
six.raise_from is used for Python2.x compatibility.

Signed-off-by: Teodora Sechkova <tsechkova@vmware.com>
2020-08-24 13:44:09 +03:00
..
__init__.py Add __init__.py to scripts directory 2018-04-17 14:54:10 -04:00
client.py Use __name__ for loggers, per convention 2020-03-03 10:36:39 +00:00
repo.py Re-raise exceptions explicitly using the 'from' keyword 2020-08-24 13:44:09 +03:00