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 a6ddd5b commit 15d14f5Copy full SHA for 15d14f5
src/diffpy/utils/tools.py
@@ -86,7 +86,8 @@ def _create_global_config(args):
86
print(
87
f"You can manually edit the config file at {Path().home() / 'diffpyconfig.json'} using any text editor.\n"
88
f"Or you can update the config file by passing new values to get_user_info(), "
89
- f"see examples here: https://www.diffpy.org/diffpy.utils/examples/toolsexample.html")
+ f"see examples here: https://www.diffpy.org/diffpy.utils/examples/toolsexample.html"
90
+ )
91
return return_bool
92
93
0 commit comments