Fix linter flags
This commit is contained in:
parent
b8ca8aade4
commit
1de8ad0fc4
|
|
@ -174,7 +174,7 @@ class SitesInformation:
|
|||
raise ValueError(
|
||||
f"Problem parsing json contents at '{data_file_path}': Missing attribute {error}."
|
||||
)
|
||||
except TypeError as error:
|
||||
except TypeError:
|
||||
print(f"Encountered TypeError parsing json contents for target '{site_name}' at {data_file_path}\nSkipping target.\n")
|
||||
|
||||
return
|
||||
|
|
|
|||
Loading…
Reference in New Issue