Commit 43667a73 authored by igama's avatar igama
Browse files

Ensure that redis-cache-cpe runs when selected

parent 4c165eff
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -99,7 +99,7 @@ while (loop):
        loop = False
    newelement = 0
    for source in sources:
        if not Configuration.includesFeed(source['name']):
        if not Configuration.includesFeed(source['name']) and source['name'] is not "redis-cache-cpe":
            continue
        if args.f and source['name'] is not "redis-cache-cpe":
            log("Dropping collection: " + source['name'])