Skip to content

Commit

Permalink
Fix k scope
Browse files Browse the repository at this point in the history
  • Loading branch information
juiceblender committed Oct 24, 2017
1 parent 5e65cc9 commit ae4afd5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tableslurp
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ class DownloadHandler(object):

def _check_metadata(self):
bucket = self._get_bucket()
k = None
for fileset in self.fileset:
k = bucket.get_key('%s/%s' % (self.prefix, fileset))
if k is not None:
Expand Down

0 comments on commit ae4afd5

Please sign in to comment.