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.
1 parent 46e2534 commit 49a66b8Copy full SHA for 49a66b8
notebook/config_manager.py
@@ -72,6 +72,7 @@ def get(self, section_name):
72
# put a json file somewhere in the a .d directory, while the
73
# .json file is probably a user configuration.
74
paths = sorted(glob.glob(pattern)) + paths
75
+ self.log.debug('Paths used for configuration of %s: \n\t%s', section_name, '\n\t'.join(paths))
76
data = {}
77
for path in paths:
78
if os.path.isfile(path):
0 commit comments