Skip to content
Snippets Groups Projects
Commit 628054a7 authored by Nikos Skalkotos's avatar Nikos Skalkotos
Browse files

Merge branch 'hotfix-0.4.1'

parents b9a8a121 b8c0848c
No related branches found
No related tags found
No related merge requests found
......@@ -45,9 +45,10 @@ import os
class Windows(OSBase):
"""OS class for Windows"""
def __init__(self, rootdev, ghandler, output):
super(Windows, self).__init__(rootdev, ghandler, output)
def _do_collect_metadata(self):
"""Collect metadata about the OS"""
super(Windows, self)._do_collect_metadata()
self.meta["USERS"] = " ".join(self._get_users())
def _get_users(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment