Skip to content

Commit

Permalink
Merge pull request #13 from Matgenix/patch-fix-outputs
Browse files Browse the repository at this point in the history
Update task.py
  • Loading branch information
davidwaroquiers authored Mar 29, 2024
2 parents 0012282 + bb44f7a commit 466a96c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/atomate2/turbomole/schemas/task.py
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,6 @@ def from_directory(
}
ddict.update(data)
doc = cls(**ddict)
# doc = doc.copy(update=data)
doc = doc.copy(update=data)
doc = doc.copy(update=additional_fields)
return doc

0 comments on commit 466a96c

Please sign in to comment.