Skip to content

Commit b4a8a9f

Browse files
bwsiousaothms
authored andcommitted
mvdfn and ttlfn swap to be in line with the invocation of the corresponding mvdxml and ifc file (as noted in line 35)
1 parent 0d70ba4 commit b4a8a9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def dump(rule, parents):
2424

2525
elif len(sys.argv) == 3:
2626
from . import sparql
27-
ttlfn, mvdfn = sys.argv[1:]
27+
mvdfn,ttlfn = sys.argv[1:]
2828
sparql.derive_prefix(ttlfn)
2929
ttlfn = sparql.infer_subtypes(ttlfn)
3030
for mvd in concept_root.parse(mvdfn):

0 commit comments

Comments
 (0)