forked from shaba/openuds
Adding type checking on fuse before proceding to use it
This commit is contained in:
commit
be013ac6dc
@ -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:]
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user