CLI: api.register type preservation
This commit is contained in:
committed by
kenji
parent
f3a9a4e108
commit
dc57c3d948
@@ -68,7 +68,7 @@ def create_clan(options: CreateOptions) -> CreateClanResponse:
|
||||
)
|
||||
|
||||
if options.initial:
|
||||
init_inventory(options.directory, init=options.initial)
|
||||
init_inventory(str(options.directory), init=options.initial)
|
||||
|
||||
response = CreateClanResponse(
|
||||
flake_init=flake_init,
|
||||
|
||||
Reference in New Issue
Block a user