This commit is contained in:
weckyy702
2020-12-30 16:08:05 +01:00
parent 4c4fe60d96
commit 531a242dd3

View File

@@ -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