Skip to content

Commit 15d14f5

Browse files
Alison WuAlison Wu
authored andcommitted
pre-commit fix
1 parent a6ddd5b commit 15d14f5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/diffpy/utils/tools.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ def _create_global_config(args):
8686
print(
8787
f"You can manually edit the config file at {Path().home() / 'diffpyconfig.json'} using any text editor.\n"
8888
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")
89+
f"see examples here: https://www.diffpy.org/diffpy.utils/examples/toolsexample.html"
90+
)
9091
return return_bool
9192

9293

0 commit comments

Comments
 (0)