We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5a36cc5 + ee52562 commit 0362aabCopy full SHA for 0362aab
meshroom/core/plugins.py
@@ -363,8 +363,8 @@ def loadConfig(self):
363
if resolvedPath.exists():
364
val = resolvedPath.as_posix()
365
else:
366
- logging.warning(f"{k}: {resolvedPath.as_posix()} does not exist "
367
- f"(path before resolution: {val}).")
+ logging.debug(f"{k}: {resolvedPath.as_posix()} does not exist "
+ f"(path before resolution: {val}).")
368
369
self._configEnv[k] = str(val)
370
0 commit comments