File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1616 - name : Find formatted print(f"
1717 run : |
1818 echo "Searching for 'print\(f' in Python files..."
19- grep -rn print\(f src/main/resources/scripts/*.py && exit 1 || echo "No occurrences found."
19+ grep -rn print\(f\" src/main/resources/scripts/*.py && exit 1 || echo "No occurrences found."
Original file line number Diff line number Diff line change 1515
1616 - name : Import app .py files
1717 run : |
18- echo cd src/main/resources/scripts
18+ cd src/main/resources/scripts
1919 echo "try:" > test.py
2020 echo " import archive_extract_reports" >> test.py
2121 echo " import cobertura" >> test.py
4848 echo " import vcast_exec " >> test.py
4949 echo " import vcast_utils " >> test.py
5050 echo except: >> test.py
51+ echo " import sys " >> test.py
5152 echo " sys.exit(-1) " >> test.py
5253
5354 python3 test.py
You can’t perform that action at this time.
0 commit comments