Files @ f533c054fb19
Branch filter:

Location: kallithea/rhodecode/lib/dbmigrate/migrate/versioning/templates/manage.py_tmpl

Marcin Kuzminski
It's better to use Exception here than assertion. It plays better with the exception handling software like sentry or errormator
1
2
3
4
5
#!/usr/bin/env python
from migrate.versioning.shell import main

if __name__ == '__main__':
    main(%(defaults)s)