Skip to content

Commit

Permalink
f lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mefuller committed Dec 7, 2023
1 parent c6d742f commit cf5f3b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site_scons/site_tools/UnitsInterfaceBuilder.py
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ def __setattr__(self, name, value):
object.__setattr__(self, name, value)
else:
setattr(self._phase, name, value)
def __call__(self, *species):
out = SolutionArray(self._phase[species], init=False)
self._share(out, range(self.size))
Expand Down

0 comments on commit cf5f3b5

Please sign in to comment.