VCS.ProjectHelper: fixed an issue using the wrong variable.

Sat, 01 Sep 2018 10:37:51 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 01 Sep 2018 10:37:51 +0200
changeset 6489
577c644ab6f3
parent 6488
61b98bfb7336
child 6490
7bbc72701f0a
child 6491
a6c4169e7983

VCS.ProjectHelper: fixed an issue using the wrong variable.

VCS/ProjectHelper.py file | annotate | diff | comparison | revisions
--- a/VCS/ProjectHelper.py	Sat Sep 01 10:35:10 2018 +0200
+++ b/VCS/ProjectHelper.py	Sat Sep 01 10:37:51 2018 +0200
@@ -240,7 +240,7 @@
                     vcores = False
                 if vcores:
                     from .CommandOptionsDialog import VcsCommandOptionsDialog
-                    codlg = VcsCommandOptionsDialog(self.project.vcs)
+                    codlg = VcsCommandOptionsDialog(vcs)
                     if codlg.exec_() == QDialog.Accepted:
                         vcs.vcsSetOptions(codlg.getOptions())
                 

eric ide

mercurial