Adding type checking on fuse before proceding to use it

This commit is contained in:
Adolfo Gómez García 2021-11-01 22:28:45 +01:00
commit be013ac6dc

View File

@ -108,4 +108,4 @@ class EventFS(types.UDSFSInterface):
logger.debug('Reading stats events from %s to %s, skiping %s first', start, end, skip)
return StatsEvents.objects.filter(stamp__gte=start, stamp__lte=end).order_by('stamp')[skip:]