Skip to content

Commit

Permalink
commented atlas parse message from step post_execute
Browse files Browse the repository at this point in the history
  • Loading branch information
AlxEnashi committed Nov 21, 2024
1 parent 9426186 commit 52dbb25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion magstats_step/magstats_step/step.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,6 @@ def produce_scribe_ztf(self, result: dict):
)

def post_execute(self, result: dict):
self.produce_scribe(result)
# self.produce_scribe(result)
self.produce_scribe_ztf(result)
return {}

0 comments on commit 52dbb25

Please sign in to comment.