Skip to content

Commit

Permalink
added vengor_cyanogen repo and additional check on empty memcache result
Browse files Browse the repository at this point in the history
  • Loading branch information
tonky committed Mar 15, 2011
1 parent 5c0eb13 commit 40b4af2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions common_projects.txt
Original file line number Diff line number Diff line change
Expand Up @@ -97,3 +97,4 @@ android_system_extras
android_system_netd
android_system_vold
android_system_wlan_ti
android_vendor_cyanogen
2 changes: 1 addition & 1 deletion diff.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def common_projects(self):
def filter(self, device):
filtered = memcache.get('filtered')

if filtered is not None:
if filtered and filtered is not None:
return filtered

filtered = []
Expand Down

0 comments on commit 40b4af2

Please sign in to comment.