Bug tracking/bug in CyclicReader

Is there a bug tracker for Dia? I found a bug in the readline method of CyclicReader in file_logger_context.py.

remaining_data = file.readline()

should be

remaining_data = self.__file.readline()

There isn’t a bug tracker unfortunately. But I can make sure that the appropriate engineers are informed of this.

Thanks for letting us know.