Skip to content

Commit

Permalink
Fix URI referenced for key to build drilldown.
Browse files Browse the repository at this point in the history
  • Loading branch information
machawk1 committed Jan 8, 2016
1 parent 1875c9c commit 91659c5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bundledApps/WAIL.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,10 @@ def setMessage(self, msg):
def fetchMementos(self):
# TODO: Use CDXJ for counting the mementos
out = check_output([memGatorPath, "-a", archivesJSON, self.uri.GetValue()])
print "memgator command:"
print memGatorPath+" -a " + archivesJSON + self.uri.GetValue()

# TODO: bug, on Gogo internet MemGator cannot hit aggregator, which results in 0 mementos, which MemGator throws exception

# TODO: Once we are using the local web service, we can curl -I to get a
self.setMementoCount(out.count("memento"))
Expand Down

0 comments on commit 91659c5

Please sign in to comment.