Skip to content

Commit

Permalink
Update appcompatcache.py
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmetz committed Aug 29, 2018
1 parent ba7a105 commit 766a064
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/parsers/winreg_plugins/appcompatcache.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,11 @@ def __init__(self, name):
self.path_spec = fake_path_spec.FakePathSpec(location=name)

def GetStat(self):
"""Retrieves the stat object."""
"""Retrieves the stat object.
Returns:
dfvfs.VFSStat: None for testing.
"""
return None


Expand Down

0 comments on commit 766a064

Please sign in to comment.