Skip to content

Commit

Permalink
Commando: Files scope: Fix cache builder error
Browse files Browse the repository at this point in the history
(integrated from trunk branch change ff926eb by Nathan Rijksen <[email protected]>)
  • Loading branch information
Naatan committed Aug 21, 2014
1 parent d71a3bb commit 106289f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/scope_files/components/koScopeFiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ def onSearchComplete(self, opts):

def buildCache(self, path, opts):
opts = json.loads(opts)
opts["uuid"] = "cache-builder"
walker = Walker(opts)
t = threading.Thread(target=walker.start, args=(path, ),
name="Scope files build cache")
Expand Down

0 comments on commit 106289f

Please sign in to comment.