--- a/src/eric7/VCS/RepositoryInfoDialog.py Wed Jul 13 11:16:20 2022 +0200 +++ b/src/eric7/VCS/RepositoryInfoDialog.py Wed Jul 13 14:55:47 2022 +0200 @@ -16,10 +16,11 @@ """ Class implemting a dialog to show repository information. """ + def __init__(self, parent, info): """ Constructor - + @param parent reference to the parent widget (QWidget) @param info info data to show (string) """