Skip to content

Commit a1f19ce

Browse files
ryumasaiminrk
andauthored
Update traitlets/config/application.py
Co-authored-by: Min RK <benjaminrk@gmail.com>
1 parent ae4a5ea commit a1f19ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

traitlets/config/application.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -900,7 +900,7 @@ def _load_config_files(
900900
yield each config object in turn.
901901
"""
902902
if os.path.isabs(basefilename):
903-
path = None
903+
path = [None]
904904
if isinstance(path, str) or path is None:
905905
path = [path]
906906
for current in reversed(path):

0 commit comments

Comments
 (0)