Skip to content

Commit e4c362a

Browse files
committed
fix: convert questionary.Form to Mapping before creating project context
Signed-off-by: Yagiz Degirmenci <yagizcanilbey1903@gmail.com>
1 parent d17f3e5 commit e4c362a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manage_fastapi/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def startproject(
3737
pre_commit=binary_question("pre commit"),
3838
docker=binary_question("docker"),
3939
database=question(Database),
40-
)
40+
).ask()
4141
context = ProjectContext(name=name, **result)
4242
else:
4343
context = ProjectContext(

0 commit comments

Comments
 (0)