File tree Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change 1+ **Added: **
2+
3+ * Better wording on the capture user info functionality
4+
5+ **Changed: **
6+
7+ * <news item>
8+
9+ **Deprecated: **
10+
11+ * <news item>
12+
13+ **Removed: **
14+
15+ * <news item>
16+
17+ **Fixed: **
18+
19+ * <news item>
20+
21+ **Security: **
22+
23+ * <news item>
Original file line number Diff line number Diff line change @@ -115,7 +115,9 @@ def get_user_info(args=None):
115115 global_config = load_config (Path ().home () / "diffpyconfig.json" )
116116 local_config = load_config (Path ().cwd () / "diffpyconfig.json" )
117117 if global_config is None and local_config is None :
118- warnings .warn ("No global config file, please follow prompts below." )
118+ warnings .warn ("No global config file, please follow prompts below. "
119+ "The global config file is very important in crediting your work in the future. "
120+ "For more information, please refer to www.diffpy.org/diffpy.utils/examples/toolsexample.html" )
119121 config_bool = _create_global_config (args )
120122 global_config = load_config (Path ().home () / "diffpyconfig.json" )
121123 config = _sorted_merge (clean_dict (global_config ), clean_dict (local_config ), clean_dict (args ))
You can’t perform that action at this time.
0 commit comments