mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-22 03:43:02 +00:00
Fix linter flags
This commit is contained in:
parent
b8ca8aade4
commit
1de8ad0fc4
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ class SitesInformation:
|
||||||
raise ValueError(
|
raise ValueError(
|
||||||
f"Problem parsing json contents at '{data_file_path}': Missing attribute {error}."
|
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")
|
print(f"Encountered TypeError parsing json contents for target '{site_name}' at {data_file_path}\nSkipping target.\n")
|
||||||
|
|
||||||
return
|
return
|
||||||
|
|
Loading…
Reference in a new issue