Skip to content

Commit

Permalink
hotfix: DataChecker: fix AVAIL_ const typo
Browse files Browse the repository at this point in the history
  • Loading branch information
RayPlante committed Aug 8, 2019
1 parent 71c9c67 commit 3708b5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/nistoar/pdr/preserv/bagger/datachecker.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class DataChecker(object):
AVAIL_NOT = "not available"
AVAIL_IN_BAG = "available in current bag"
AVAIL_IN_CACHED_BAG = "available in cached bag"
AVAIL_IN_VIA_URL = "available via download URL"
AVAIL_VIA_URL = "available via download URL"
AVAIL_IN_REMOTE_BAG = "available in remote bag via service"

def __init__(self, bag, config=None, log=None):
Expand Down

0 comments on commit 3708b5c

Please sign in to comment.