$EXPRESSO_ROOT/tutorials/data/cifar_t1.hdf5 as the main data, I come across a Python error which reads
self.lineEditFolderData.setText(self.dialogHandle.getOpenFileName(self,self.tr("Open File"),str(self.prevPath)))
TypeError: QLabel.setText(QString): argument 1 has unexpected type 'tuple'
Does anyone have any idea on how to fix this? Can't seem to find where the code is coming from either. Thanks in advance