Merge branch 'marshall_cleanup' of https://github.com/Pennyw0rth/NetExec into marshall_cleanup

main
Marshall Hallenbeck 2023-09-24 00:07:00 -04:00
commit 443c363129
1 changed files with 0 additions and 3 deletions

View File

@ -122,9 +122,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())