diff --git a/Plugin-migration-to-be-compatible-with-Qt5-and-Qt6.md b/Plugin-migration-to-be-compatible-with-Qt5-and-Qt6.md index cc36504..6aa4f7e 100644 --- a/Plugin-migration-to-be-compatible-with-Qt5-and-Qt6.md +++ b/Plugin-migration-to-be-compatible-with-Qt5-and-Qt6.md @@ -62,7 +62,7 @@ lint:qt6: # first, a dry run to get the log file - pyqt5_to_pyqt6.py --dry_run --logfile pyqt6_checker.log $PROJECT_FOLDER/ # then running with edit enabled to - - pyqt5_to_pyqt6.py --logfile pyqt6_checker.log $PROJECT_FOLDER/ + - pyqt5_to_pyqt6.py $PROJECT_FOLDER/ artifacts: paths: - pyqt6_checker.log