diff --git a/lib/Metadata.py b/lib/Metadata.py index dd8a16294..2d20ec3dd 100644 --- a/lib/Metadata.py +++ b/lib/Metadata.py @@ -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")