ProjectDjango/DjangoMigrationsListDialog.py

branch
eric7
changeset 204
ef2a6680ad2a
parent 197
2667e16a3379
equal deleted inserted replaced
203:07abb6af9048 204:ef2a6680ad2a
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): # noqa: U100 131 def __procFinished(self, exitCode, exitStatus): # noqa: U-100
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