diff --git a/mailbagit/formats/pst.py b/mailbagit/formats/pst.py index 23b8ec6..1303809 100644 --- a/mailbagit/formats/pst.py +++ b/mailbagit/formats/pst.py @@ -336,6 +336,7 @@ def messages(self, iteration_only=False): originalFile = Path(os.path.normpath(rel_path)).as_posix() # original file is now the relative path to the PST from the provided path + errors = [] pst = pypff.file() pst.open(filePath) root = pst.get_root_folder()