dataloop-ai / dtlpy

Python SDK and CLI for Dataloop Platform
Apache License 2.0
16 stars 15 forks source link

Fix var->str typo which produces warning on import #37

Closed ghallsimpsons closed 1 year ago

ghallsimpsons commented 1 year ago

There is a typo in package.py which checks the literal 'codebase' rather than the variable. In addition to an import warning, this presumably leads to incorrect behavior in the case that codebase is None

mohamedgaliaa commented 1 year ago

this issue was already fixed