diff options
author | Frederick Muriuki Muriithi | 2025-06-09 14:52:10 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-06-09 14:52:10 -0500 |
commit | 82f3778712b92f374174c41299d6441ca10f3c97 (patch) | |
tree | f5343ca0b184ee1db3b6b280eaf7fe4fb13464dc /scripts | |
parent | 70e690e46642bd6e6a46eb2f806db45dfbed5541 (diff) | |
download | gn-uploader-main.tar.gz |
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/load_phenotypes_to_db.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/load_phenotypes_to_db.py b/scripts/load_phenotypes_to_db.py index dc083cd..770bb10 100644 --- a/scripts/load_phenotypes_to_db.py +++ b/scripts/load_phenotypes_to_db.py @@ -504,7 +504,7 @@ if __name__ == "__main__": try: sys.exit(main()) - except: + except Exception as _exc: logger.debug("Data loading failed… Halting!", exc_info=True) sys.exit(1) |