Skip to content

Commit

Permalink
script path
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel committed Jun 27, 2016
1 parent abbdd76 commit e1a0d53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gengine/maintenance/scripts/initializedb.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def main(argv=sys.argv):
'schema' : 'public'
})
script_location = os.path.join(
os.path.dirname(os.path.dirname(os.path.abspath(__file__))),
os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__)))),
'app/alembic'
)
alembic_cfg.set_main_option("script_location", script_location)
Expand Down

0 comments on commit e1a0d53

Please sign in to comment.