|
@@ -93,6 +93,8 @@ class ChannelPainter(object):
|
|
|
reader = ChannelReader()
|
|
|
tuple_pathes = reader.many_tuple_path(self._days, self._chnames, self._card_types, self._spec)
|
|
|
gen = allpathes(self._reader, tuple_pathes, self._days, self._spec)
|
|
|
+ if len(self._days) == 0:
|
|
|
+ return []
|
|
|
|
|
|
day_stamp = self._days[0]
|
|
|
fig_create, fig_flush = self._fig_funs()
|