Skip to content
Snippets Groups Projects
Commit 78db43fb authored by Vincent Texier's avatar Vincent Texier
Browse files

Fix fix in informations_tab if no UD block exists

parent 7864c117
No related branches found
No related tags found
No related merge requests found
......@@ -47,8 +47,6 @@ class InformationsTabWidget(QWidget, Ui_InformationsTabWidget):
logging.debug('community get_ud_block error : ' + str(e))
return False
block = False
if block:
# set infos in label
self.label_general.setText(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment