Skip to content

Commit bd17e3a

Browse files
committed
convert: Fix directory access in API export CLI.
1 parent 9926ce4 commit bd17e3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openage/convert/tool/api_export.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def main(args, error):
3333
del error # unused
3434

3535
path = Union().root
36-
path.mount(Directory(args.dir))
36+
path.mount(Directory(args.dir).root)
3737

3838
export_api(path)
3939

0 commit comments

Comments
 (0)