datopian / metastore-lib

🗄️ Library for storing dataset metadata, with versioning support and pluggable backends including GitHub.
https://tech.datopian.com/versioning/
MIT License
10 stars 1 forks source link

Fix error messages #28

Closed pdelboca closed 3 years ago

pdelboca commented 3 years ago

This PR fixes the error messages on filesystem.py module since it wasn't actually formatting the string but rather sending an unformatted string and a list of parameters.

ipdb> e.message
''
ipdb> e
NotFound('Could not find tag {} for package {}', u'1.0.1', u'testing-revert')