This commit is contained in:
David Dalcino
2021-11-18 12:41:53 -08:00
parent d9733363bc
commit b736130f90

View File

@@ -358,7 +358,8 @@ def tool_archive(host: str, tool_name: str, variant: str, date: datetime = datet
], ],
re.compile( re.compile(
r"^aqtinstall\(aqt\) v.* on Python 3.*\n" r"^aqtinstall\(aqt\) v.* on Python 3.*\n"
r"Warning: The parameter 'target' with value 'desktop' is deprecated and marked for removal in a future version of aqt.\n" r"Warning: The parameter 'target' with value 'desktop' is deprecated "
r"and marked for removal in a future version of aqt\.\n"
r"In the future, please omit this parameter\.\n" r"In the future, please omit this parameter\.\n"
r"Downloading qtbase\.\.\.\n" r"Downloading qtbase\.\.\.\n"
r"Finished installation of qtbase-everywhere-src-5\.14\.2\.7z in .*\n" r"Finished installation of qtbase-everywhere-src-5\.14\.2\.7z in .*\n"