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 c0570e2 commit 5d483f6Copy full SHA for 5d483f6
ldclient/impl/integrations/files/file_data_sourcev2.py
@@ -423,5 +423,6 @@ def _check_file_times(self):
423
try:
424
ret[path] = os.path.getmtime(path)
425
except Exception:
426
+ log.warning("Failed to get modification time for %s. Setting to None", path)
427
ret[path] = None
428
return ret
0 commit comments