diff --git a/nxc/modules/veeam_dump.py b/nxc/modules/veeam_dump.py index 295d8506..dd025948 100644 --- a/nxc/modules/veeam_dump.py +++ b/nxc/modules/veeam_dump.py @@ -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())