karenc / db-migrator

GNU Affero General Public License v3.0
4 stars 5 forks source link

Fix default context (working directory) being a string instead of a list #15

Closed karenc closed 8 years ago

karenc commented 8 years ago

utils.get_settings_from_entry_points expects a list.

Oops :expressionless: I'll be writing more tests

mmulich commented 8 years ago

Is it wise to make assignments to args. I think it's some kind of argparse.Namespace?? something or other object. If you are comfortable with it, then I'm ok with it.