Skip to content

Commit

Permalink
Misunderstanding of builtin python function results.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexprey committed Nov 27, 2018
1 parent c8bd1c5 commit 6810c64
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pysd/py_backend/xmile/xmile2py.py
Original file line number Diff line number Diff line change
Expand Up @@ -329,9 +329,8 @@ def parse_lookup_xml_node(node):
})

file_name, file_extension = os.path.splitext(xmile_file)
base_dir = os.path.dirname(xmile_file)

outfile_name = base_dir + os.path.sep + file_name + '.py'
outfile_name = file_name + '.py'

builder.build(elements=model_elements,
subscript_dict={},
Expand Down

0 comments on commit 6810c64

Please sign in to comment.