summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2020-10-24 22:00:09 +0200
committerGitHub <noreply@github.com>2020-10-24 22:00:09 +0200
commit40abe5c0aa3e258161284b58cedcee1e11a66e75 (patch)
tree96634f3ad79e8ab2cbfbf13e54d94961475f1a91 /scripts
parent241f8ed0cd5c0c792a28e4e6479586a70587177c (diff)
downloadpsutil-40abe5c0aa3e258161284b58cedcee1e11a66e75.tar.gz
disk_partitions() maxfile and maxpath (#1863)
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/internal/download_wheels_appveyor.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/internal/download_wheels_appveyor.py b/scripts/internal/download_wheels_appveyor.py
index b7c0aeae..bbae2e94 100755
--- a/scripts/internal/download_wheels_appveyor.py
+++ b/scripts/internal/download_wheels_appveyor.py
@@ -59,7 +59,7 @@ def get_file_urls(options):
file_url = job_url + '/' + item['fileName']
urls.append(file_url)
if not urls:
- print_color("no artifacts found", 'ret')
+ print_color("no artifacts found", 'red')
sys.exit(1)
else:
for url in sorted(urls, key=lambda x: os.path.basename(x)):