fix: CSV relative path detection

This commit is contained in:
debugtalk
2019-03-07 17:47:23 +08:00
parent dcbf11603c
commit a3e85f5213
3 changed files with 13 additions and 1 deletions

View File

@@ -50,6 +50,9 @@ class VariableNotFound(NotFoundError):
class EnvNotFound(NotFoundError):
pass
class CSVNotFound(NotFoundError):
pass
class ApiNotFound(NotFoundError):
pass