Skip to content

Commit 5bfc9dd

Browse files
Alison WuAlison Wu
authored andcommitted
fixed pre-commit issues
1 parent c367349 commit 5bfc9dd

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/diffpy/utils/tools.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,11 +111,12 @@ def get_user_info(args=None):
111111
local_config = load_config(Path().cwd() / "diffpyconfig.json")
112112
if global_config is None and local_config is None:
113113
print(
114-
"No global configuration file was found containing information about the user to associate with the data. "
115-
"By following the prompts below you can add your name and email to this file on the current computer and "
116-
"your name will be automatically associated with subsequent diffpy data by default. "
114+
"No global configuration file was found containing "
115+
"information about the user to associate with the data.\n"
116+
"By following the prompts below you can add your name and email to this file on the current"
117+
" computer and your name will be automatically associated with subsequent diffpy data by default.\n"
117118
"This is not recommended on a shared or public computer. "
118-
"You will only have to do that once. "
119+
"You will only have to do that once.\n"
119120
"For more information, please refer to www.diffpy.org/diffpy.utils/examples/toolsexample.html"
120121
)
121122
config_bool = _create_global_config(args)

0 commit comments

Comments
 (0)