Skip to content

Commit 7b76f4a

Browse files
committed
Merge origin/as_text-cache
Signed-off-by: Philippe Ombredanne <[email protected]>
2 parents 255a898 + b46d84f commit 7b76f4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/scripts/utils_thirdparty.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2927,7 +2927,7 @@ def fetch_package_wheel(name, version, environment, dest_dir=THIRDPARTY_DIR):
29272927

29282928
def check_about(dest_dir=THIRDPARTY_DIR):
29292929
try:
2930-
subprocess.check_output(f'venv/bin/about check {dest_dir}'.split())
2930+
subprocess.check_output(f'about check {dest_dir}'.split())
29312931
except subprocess.CalledProcessError as cpe:
29322932
print()
29332933
print('Invalid ABOUT files:')

0 commit comments

Comments
 (0)