--- a/VCS/CommandOptionsDialog.py Sun Oct 13 14:56:56 2013 +0200 +++ b/VCS/CommandOptionsDialog.py Sun Oct 13 16:11:46 2013 +0200 @@ -61,7 +61,8 @@ """ Public method used to retrieve the entered options. - @return dictionary of strings giving the options for each supported vcs command + @return dictionary of strings giving the options for each supported + vcs command """ opt = {} opt['global'] = Utilities.parseOptionString(self.globalEdit.text())