Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cshanahan1 committed May 23, 2022
1 parent 5b40962 commit 6bfdbd2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions romancal/stpipe/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ def finalize_result(self, model, reference_files_used):
# or if self is a RomanPipeline and not a RomanStep.
print(self.parent)
if (self.parent == None):
log.info(f"Results used CRDS context: {crds_client.get_context_used(result.crds_observatory)}")
model.meta.ref_file.crds.sw_version = crds_client.get_svn_version()
model.meta.ref_file.crds.context_used = crds_client.get_context_used(model.crds_observatory)

Expand Down Expand Up @@ -111,7 +110,6 @@ def remove_suffix(self, name):
# be a subclass of RomanStep so that it will pass checks
# when constructing a pipeline using RomanStep class methods.
class RomanPipeline(Pipeline, RomanStep):
def finalize_result(self, model, reference_files_used):
pass
pass


0 comments on commit 6bfdbd2

Please sign in to comment.