Mercurial > repos > rv43 > chess_tomo
diff tomo_reduce.py @ 17:e89919e468cd draft
planemo upload for repository https://github.com/rolfverberg/galaxytools commit f8c4bdb31c20c468045ad5e6eb255a293244bc6c-dirty
| author | rv43 |
|---|---|
| date | Tue, 21 Mar 2023 14:37:25 +0000 |
| parents | e4963769076b |
| children |
line wrap: on
line diff
--- a/tomo_reduce.py Tue Mar 21 14:33:56 2023 +0000 +++ b/tomo_reduce.py Tue Mar 21 14:37:25 2023 +0000 @@ -92,7 +92,7 @@ # Stop memory monitoring # tracemalloc.stop() - logger.info('Completed tomography data reduction') + logging.info('Completed tomography data reduction') if __name__ == "__main__":
