Skip to content

Commit d24acb6

Browse files
Alison WuAlison Wu
Alison Wu
authored and
Alison Wu
committed
fix line too long
1 parent 7112fac commit d24acb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/diffpy/utils/tools.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ 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. For more information, refer to www.diffpy.org/diffpy.utils/")
118+
warnings.warn("No global config file, please follow prompts below.")
119119
config_bool = _create_global_config(args)
120120
global_config = load_config(Path().home() / "diffpyconfig.json")
121121
config = _sorted_merge(clean_dict(global_config), clean_dict(local_config), clean_dict(args))

0 commit comments

Comments
 (0)