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.
f
1 parent f80d347 commit 83f1322Copy full SHA for 83f1322
jupyter_core/application.py
@@ -158,7 +158,7 @@ def ask() -> str:
158
return
159
160
config_text = self.generate_config_file()
161
- print("Writing default config to: {config_file!r}")
+ print(f"Writing default config to: {config_file!r}")
162
ensure_dir_exists(Path(config_file).parent.resolve(), 0o700)
163
with Path.open(Path(config_file), mode="w", encoding="utf-8") as f:
164
f.write(config_text)
0 commit comments