We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7112fac commit d24acb6Copy full SHA for d24acb6
src/diffpy/utils/tools.py
@@ -115,7 +115,7 @@ def get_user_info(args=None):
115
global_config = load_config(Path().home() / "diffpyconfig.json")
116
local_config = load_config(Path().cwd() / "diffpyconfig.json")
117
if global_config is None and local_config is None:
118
- warnings.warn("No global config file, please follow prompts below. For more information, refer to www.diffpy.org/diffpy.utils/")
+ warnings.warn("No global config file, please follow prompts below.")
119
config_bool = _create_global_config(args)
120
121
config = _sorted_merge(clean_dict(global_config), clean_dict(local_config), clean_dict(args))
0 commit comments