src/eric7/EricWidgets/EricFileDialog.py

branch
eric7
changeset 11148
15e30f0c76a8
parent 11090
f5f5f5803935
equal deleted inserted replaced
11147:dee6e106b4d3 11148:15e30f0c76a8
542 dirname = QFileDialog.getExistingDirectory(parent, caption, str(directory), options) 542 dirname = QFileDialog.getExistingDirectory(parent, caption, str(directory), options)
543 return pathlib.Path(dirname) 543 return pathlib.Path(dirname)
544 544
545 545
546 # 546 #
547 # eflag: noqa = U200 547 # eflag: noqa = U-200

eric ide

mercurial