Change-Id: Ic4d0a3a62586be58461f1c688c7247d4b570aaf6
config_file = pathlib.Path(config.config_file_name).absolute()
if config_file.exists():
util.msg(
- f"File {config_file!r} already exists, skipping",
+ f"File {config_file} already exists, skipping",
**config.messaging_opts,
)
else:
if "tool" in toml_data and "alembic" in toml_data["tool"]:
util.msg(
- f"File {config.toml_file_name!r} already exists "
+ f"File {toml_path} already exists "
"and already has a [tool.alembic] section, "
"skipping",
)
]
ignore_missing_imports = true
+