Skip to content

Commit

Permalink
TMP: break __call__
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram committed Nov 6, 2024
1 parent 3309360 commit 9e24d27
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions romancal/stpipe/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ class RomanStep(Step):

_log_records_formatter = _LOG_FORMATTER

def __call__(self, *args):
raise Exception()

@classmethod
def _datamodels_open(cls, init, **kwargs):
"""
Expand Down

0 comments on commit 9e24d27

Please sign in to comment.