mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-07-28 15:02:13 +02:00
better error handling from venvs
This commit is contained in:
@@ -146,5 +146,4 @@ def process_venv(identifier):
|
||||
DVMTaskInterface.write_output(result, args.output)
|
||||
except Exception as e:
|
||||
DVMTaskInterface.write_output("Error: " + str(e), args.output)
|
||||
raise Exception
|
||||
|
||||
|
Reference in New Issue
Block a user