Skip to content

Commit

Permalink
Fix line len
Browse files Browse the repository at this point in the history
  • Loading branch information
Kidev committed Dec 25, 2024
1 parent 4dbb72f commit eca7ef6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_install.py
Original file line number Diff line number Diff line change
Expand Up @@ -809,7 +809,8 @@ def tool_archive(host: str, tool_name: str, variant: str, date: datetime = datet
r"(?:.*\n)*?"
r"(INFO : Patching .*?[/\\]6\.5\.2[/\\]msvc2019_arm64[/\\]bin[/\\](?:qmake|qtpaths)(?:6)?\.bat\n)*"
r"INFO : \n"
r"INFO : Autodesktop will now install windows desktop 6\.5\.2 win64_msvc2019_64 as required by MSVC Arm64\n"
r"INFO : Autodesktop will now install windows desktop 6\.5\.2 "
r"win64_msvc2019_64 as required by MSVC Arm64\n"
r"INFO : aqtinstall\(aqt\) v.* on Python 3.*\n"
r"INFO : Downloading qtbase...\n"
r"(?:.*\n)*$"
Expand Down

0 comments on commit eca7ef6

Please sign in to comment.