--- a/eric7/Plugins/VcsPlugins/vcsSubversion/SvnPropSetDialog.py Wed May 19 18:16:45 2021 +0200 +++ b/eric7/Plugins/VcsPlugins/vcsSubversion/SvnPropSetDialog.py Wed May 19 19:53:36 2021 +0200 @@ -27,7 +27,7 @@ super().__init__(parent) self.setupUi(self) - self.propFilePicker.setMode(E5PathPickerModes.OpenFileMode) + self.propFilePicker.setMode(E5PathPickerModes.OPEN_FILE_MODE) def getData(self): """