Remove old NotImplementedError

main
Alex 2023-09-23 12:56:04 +02:00
parent bda8ecb129
commit 69514ce356
1 changed files with 0 additions and 3 deletions

View File

@ -102,9 +102,6 @@ class NXCModule:
except Exception as e:
context.log.fail(f"UNEXPECTED ERROR: {e}")
context.log.debug(traceback.format_exc())
except NotImplementedError:
pass
except Exception as e:
context.log.fail(f"UNEXPECTED ERROR: {e}")
context.log.debug(traceback.format_exc())