diff -r 6299d69a218a -r 5f1de9e59227 CondaInterface/CondaExecDialog.py --- a/CondaInterface/CondaExecDialog.py Sun Jan 27 19:52:37 2019 +0100 +++ b/CondaInterface/CondaExecDialog.py Sun Jan 27 19:58:14 2019 +0100 @@ -27,12 +27,17 @@ class CondaExecDialog(QDialog, Ui_CondaExecDialog): """ - Class documentation goes here. + Class implementing a dialog to show the output of a conda execution. """ def __init__(self, configuration, venvManager, parent=None): """ Constructor + @param configuration dictionary containing the configuration parameters + as returned by the command configuration dialog + @type dict + @param venvManager reference to the virtual environment manager + @type VirtualenvManager @param parent reference to the parent widget @type QWidget """