Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelbray32 committed Nov 6, 2024
1 parent cc3aa69 commit cf98b78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spyglass/utils/dj_mixin.py
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ def populate(self, *restrictions, **kwargs):
processes = kwargs.pop("processes", 1)

# Decide if using transaction protection
use_transact = kwargs.pop("use_transation", None)
use_transact = kwargs.pop("use_transaction", None)
if use_transact is None: # if user does not specify, use class default
use_transact = self._use_transaction
if self._use_transaction is False: # If class default is off, warn
Expand Down

0 comments on commit cf98b78

Please sign in to comment.