Skip to content
This repository has been archived by the owner on Mar 24, 2021. It is now read-only.

Commit

Permalink
Fixes for file names - all tests passing
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbashdown committed Apr 22, 2014
1 parent c51d339 commit 14f81b6
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion dump_bucket_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def main():


def get_all_metadata(database):
for metadata in database.get_collection('data_sets').find():
for metadata in database.get_collection('buckets').find():
yield metadata


Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
Convert Google Analytics buckets from Europe/London to UTC
Convert Google Analytics data_sets from Europe/London to UTC
"""
import logging
import copy
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 14f81b6

Please sign in to comment.