We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dbe0eb commit 8c42aacCopy full SHA for 8c42aac
interpret/configs.py
@@ -313,7 +313,7 @@ def shallow_copy(config):
313
"""
314
315
if isinstance(config, ConfigDict):
316
- newconfig = ConfigDict(shallow_copy(config.config), prefix=config.prefix, parent=config.parent)
+ newconfig = ConfigDict(shallow_copy(config.config), prefix=config.prefix)
317
newconfig.accessed = config.accessed
318
return newconfig
319
0 commit comments