Skip to content
Snippets Groups Projects
Verified Commit f6751a39 authored by Daniel Hornung's avatar Daniel Hornung
Browse files

MAINT: Better warning.

parent 2094493e
No related branches found
No related tags found
1 merge request!143Release 0.15.0
Pipeline #52856 passed with warnings
......@@ -133,7 +133,7 @@ def _read_config_files() -> list[str]:
f" {ini_cwd_caosdb}\nto\n {ini_cwd}", DeprecationWarning)
if "PYCAOSDBINI" in environ:
warnings.warn("\n\nYou have an environment variable PYCAOSDBINI. "
f"Please rename it to PYLINKAHEADINI.", DeprecationWarning)
"Please rename it to PYLINKAHEADINI.")
# End: LinkAhead rename block ##################################################
if "PYLINKAHEADINI" in environ:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment