You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found this making some trials with hooks, once you deactivate all the hooks you have a conan.conf file with an empty section:
[hooks]
and then, when executing any command, it gives me the following warning: WARN: Hook '.py' not found in /Users/jgsogo/.conan/hooks folder. Please remove hook from conan.conf or include it inside the hooks folder.
So, if you don't consider the previous behavior as unexpected, then an additional check should be added to the HookManager to avoid the warning.
cc/ @conan-io/barbarians
The text was updated successfully, but these errors were encountered:
Behaviour for
env_reader.get_env
(link):From my point of view the following is unexpected:
IMO, it should return an empty list.
I found this making some trials with hooks, once you deactivate all the hooks you have a
conan.conf
file with an empty section:[hooks]
and then, when executing any command, it gives me the following warning:
WARN: Hook '.py' not found in /Users/jgsogo/.conan/hooks folder. Please remove hook from conan.conf or include it inside the hooks folder.
So, if you don't consider the previous behavior as unexpected, then an additional check should be added to the
HookManager
to avoid the warning.cc/ @conan-io/barbarians
The text was updated successfully, but these errors were encountered: