--- a/eric6/Plugins/VcsPlugins/vcsGit/GitFetchDialog.py Sat Sep 21 20:30:56 2019 +0200 +++ b/eric6/Plugins/VcsPlugins/vcsGit/GitFetchDialog.py Sat Sep 21 22:03:03 2019 +0200 @@ -105,8 +105,10 @@ """ self.__updateButtonEnable() - if self.remotesComboBox.currentText() == self.__custom and \ - txt != "": + if ( + self.remotesComboBox.currentText() == self.__custom and + txt != "" + ): remoteBranches = self.__vcs.gitGetRemoteBranchesList( self.__repodir, txt) self.remoteBranchesList.clear()