Merge "Fixing typo caused by styling commit"

This commit is contained in:
Alex Krzos
2016-04-29 15:20:48 -04:00
committed by Gerrit Code Review

View File

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