Skip to content

Commit

Permalink
Spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
ramo-j committed Jan 22, 2025
1 parent d14e7c3 commit 455ff3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dftimewolf/lib/state.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,8 +301,8 @@ def GetContainers(
requesting_module,
requesting_module,
self.recipe.get('name', ''),
{'GetContainer_discrepency': json.dumps(telem)}))
logger.debug('GetContainer_discrepency: %s', json.dumps(telem))
{'GetContainer_discrepancy': json.dumps(telem)}))
logger.debug('GetContainer_discrepancy: %s', json.dumps(telem))

return containers_orig

Expand Down

0 comments on commit 455ff3b

Please sign in to comment.