We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7670b2f commit 8973b31Copy full SHA for 8973b31
alembic/command.py
@@ -68,7 +68,7 @@ def init(
68
template_path = config._get_template_path() / template
69
70
if not template_path.exists():
71
- raise util.CommandError("No such template {template_path}")
+ raise util.CommandError(f"No such template {template_path}")
72
73
# left as os.access() to suit unit test mocking
74
if not os.access(directory_path, os.F_OK):
0 commit comments