Skip to content

Commit

Permalink
Merge pull request #116 from hermfischer-wf/hf-websvr-options
Browse files Browse the repository at this point in the history
  • Loading branch information
austinmatherne-wk committed Aug 9, 2024
2 parents 5555a01 + 8f681c3 commit 70c3d68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,7 @@ def filingStart(self, cntlr, options, entrypointFiles, filing):
else: # options previously initialized
self.copyReAttrOptions(options)
# Transfer daemonCreatedFilders to this EdgarRenderer to deal with at filingEnd
if hasattr(options, "daemonCreatedFolders"):
if hasattr(options, "daemonCreatedFolders") and options.daemonCreatedFolders: # not None or empty list
self.createdFolders.extend(options.daemonCreatedFolders)
del options.daemonCreatedFolders # don't pass to any subsequent independent filing if any
mdlMgr = cntlr.modelManager
Expand Down

0 comments on commit 70c3d68

Please sign in to comment.