Skip to content
Snippets Groups Projects
Commit 5d8edf5c authored by Nabywaniec's avatar Nabywaniec
Browse files

Remove redundant migration

parent 2bad7f44
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !4. Comments created here will be created in the context of that merge request.
......@@ -143,8 +143,6 @@ def main_parse():
arguments.xmlSchema,
arguments.versionOld,
arguments.versionNew)
run_migrate(silecsDocument, xmlSchema, versionOld, versionNew)
def run_migrate(silecsDocument, xmlSchema, versionOld, versionNew):
migration = MigrationAny(silecsDocument, xmlSchema, versionOld, versionNew)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment