From 753a6c2338fb8b641327bd00be22f84c45df7014 Mon Sep 17 00:00:00 2001 From: Julien Date: Fri, 21 Mar 2025 17:28:29 +0100 Subject: [PATCH] fix(ci): remove log file in second call --- Plugin-migration-to-be-compatible-with-Qt5-and-Qt6.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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