Commit 2a8fa770 authored by Alexandre Dulaunoy's avatar Alexandre Dulaunoy Committed by GitHub
Browse files

Merge pull request #230 from igama/master

Ensure that redis-cache-cpe runs when selected
parents 4c165eff 43667a73
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'])