Skip to content

Commit

Permalink
ensure dict is preset
Browse files Browse the repository at this point in the history
  • Loading branch information
shyamd committed Jul 8, 2021
1 parent b930660 commit 057bc1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emmet-builders/emmet/builders/materials/provenance.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def __init__(
self.provenance = provenance
self.source_snls = source_snls
self.settings = EmmetBuildSettings.autoload(settings)
self.query = query
self.query = query or {}
self.kwargs = kwargs

materials.key = "material_id"
Expand Down

0 comments on commit 057bc1c

Please sign in to comment.