Revision d73ef63f lib/hypervisor/hv_fake.py

b/lib/hypervisor/hv_fake.py
87 87
    data = []
88 88
    for file_name in os.listdir(self._ROOT_DIR):
89 89
      try:
90
        fh = open(self._ROOT_DIR+"/"+file_name, "r")
90
        fh = open(self._ROOT_DIR + "/" + file_name, "r")
91 91
        inst_id = "-1"
92 92
        memory = 0
93 93
        vcpus = 1

Also available in: Unified diff