Skip to content

Commit

Permalink
Merge pull request #5 from lebauce/fix-filters-scan-cgroups
Browse files Browse the repository at this point in the history
Fix filters handling in scan_cgroups
  • Loading branch information
peo3 committed Feb 23, 2015
2 parents eb724a9 + 6ed10c6 commit db8b107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cgutils/cgroup.py
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,7 @@ def wait(self):


def _scan_cgroups_recursive(subsystem, fullpath, mount_point, filters):
cgroup = CGroup(subsystem, fullpath, filters)
cgroup = CGroup(subsystem, fullpath=fullpath, filters=filters)

_childs = []
for _file in os.listdir(fullpath):
Expand Down

0 comments on commit db8b107

Please sign in to comment.