Fixing typo caused by styling commit

Change-Id: Ia082427c6a8fa64d7279deb84c183f80d379a2db
This commit is contained in:
Sindhur Malleni 2016-04-29 14:03:55 -04:00
parent 4ef4773686
commit d6f3e463d6

View File

@ -13,7 +13,6 @@ class Metadata:
json_str = None
try :
with open(filename) as data:
s
json_str = data.read()
except IOError:
print("Machine facts json is missing")