ProjectDjango/DjangoMigrationsListDialog.py

branch
eric7
changeset 192
a4b66a1acea6
parent 191
7b03dfe583e3
child 197
2667e16a3379
equal deleted inserted replaced
191:7b03dfe583e3 192:a4b66a1acea6
126 126
127 self.refreshButton.setEnabled(True) 127 self.refreshButton.setEnabled(True)
128 128
129 self.__resizeColumns() 129 self.__resizeColumns()
130 130
131 def __procFinished(self, exitCode, exitStatus): 131 def __procFinished(self, exitCode, exitStatus): # noqa: U100
132 """ 132 """
133 Private slot connected to the finished signal. 133 Private slot connected to the finished signal.
134 134
135 @param exitCode exit code of the process 135 @param exitCode exit code of the process
136 @type int 136 @type int

eric ide

mercurial