Skip to content

Commit

Permalink
prettify log output
Browse files Browse the repository at this point in the history
  • Loading branch information
simeonreusch committed Jul 9, 2023
1 parent 94c9831 commit bae375d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nuztf/skymap_scanner.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,9 +250,9 @@ def filter_alerts(self, load_cachefile=False):
if self.filter_f_history(res=res):
final_objects.append(_ztf_id)
self.cache[_ztf_id] = res
self.logger.debug(f"{_ztf_id}: Passed all filters.")
self.logger.debug(f"{_ztf_id}: Passed all filters.")
else:
self.logger.debug(f"{_ztf_id}: Failed History.")
self.logger.debug(f"{_ztf_id}: Failed History.")

end_secondfilter = time.time()
filter_time = end_secondfilter - start_secondfilter
Expand Down

0 comments on commit bae375d

Please sign in to comment.