We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6341be commit 2e7a063Copy full SHA for 2e7a063
ldclient/impl/integrations/files/file_data_source.py
@@ -87,7 +87,7 @@ def _load_all(self):
87
for path in self._paths:
88
try:
89
self._load_file(path, all_data)
90
- except Exception as e:
+ except BaseException as e:
91
log.error('Unable to load flag data from "%s": %s' % (path, repr(e)))
92
traceback.print_exc()
93
if self._data_source_update_sink is not None:
0 commit comments