Skip to content

Commit

Permalink
Merge pull request #253 from UAlbanyArchives/develop
Browse files Browse the repository at this point in the history
Bug fix
  • Loading branch information
gwiedeman authored May 3, 2024
2 parents 857874d + 6e2ea53 commit 8a26641
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mailbagit/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# __init__.py

# Version of the mailbagit package
__version__ = "0.7.2"
__version__ = "0.7.3"

import os
from pathlib import Path
Expand Down
1 change: 1 addition & 0 deletions mailbagit/formats/pst.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setuptools.setup(
name="mailbagit",
version="0.7.2",
version="0.7.3",
author="Gregory Wiedeman",
author_email="[email protected]",
description="A tool for preserving email in multiple preservation formats.",
Expand Down

0 comments on commit 8a26641

Please sign in to comment.