mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-09 14:24:16 +02:00
flake warnings (#304)
This commit is contained in:
@@ -60,7 +60,7 @@ class SearchIndexManager:
|
||||
f.write(yaml.safe_dump(index))
|
||||
self.logger.info("Search index successfully written at {}".format(SEARCH_INDEX_FILE))
|
||||
return True
|
||||
except:
|
||||
except Exception:
|
||||
self.logger.error("Could not write the search index to {}".format(SEARCH_INDEX_FILE))
|
||||
traceback.print_exc()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user