.
This commit is contained in:
@@ -71,6 +71,7 @@ class NassiShneidermanDiagram:
|
|||||||
self._save_scope(i, filepath, x_size)
|
self._save_scope(i, filepath, x_size)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
logging.error(f"Failed to save image {filepath} with error '{e}'")
|
logging.error(f"Failed to save image {filepath} with error '{e}'")
|
||||||
|
raise e
|
||||||
except:
|
except:
|
||||||
logging.error(f"Failed to save image {filepath}. Unknown error")
|
logging.error(f"Failed to save image {filepath}. Unknown error")
|
||||||
raise
|
raise
|
||||||
|
|||||||
Reference in New Issue
Block a user