expanduser on snapshots path

This commit is contained in:
Jude Nelson
2017-10-05 12:33:29 -04:00
parent 030509f22c
commit 0d450dca9a

View File

@@ -2667,6 +2667,7 @@ def load_expected_snapshots( snapshots_path ):
Return None on error
"""
# use snapshots?
snapshots_path = os.path.expanduser(snapshots_path)
expected_snapshots = {}
try:
with open(snapshots_path, "r") as f: