File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -111,11 +111,12 @@ def get_user_info(args=None):
111
111
local_config = load_config (Path ().cwd () / "diffpyconfig.json" )
112
112
if global_config is None and local_config is None :
113
113
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 "
117
118
"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 "
119
120
"For more information, please refer to www.diffpy.org/diffpy.utils/examples/toolsexample.html"
120
121
)
121
122
config_bool = _create_global_config (args )
You can’t perform that action at this time.
0 commit comments