We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4f4f1e commit f55fc63Copy full SHA for f55fc63
lettersmith/cli/scaffold.py
@@ -44,6 +44,4 @@ def main():
44
"and write all of the project files into it. "
45
"That way we won't accidentally overwrite anything important!"
46
)
47
- print(message.format(
48
- project_path=args.project_path
49
- ))
+ print(message)
0 commit comments