diff options
Diffstat (limited to 'buildscripts/fetch_test_lifecycle.py')
-rwxr-xr-x | buildscripts/fetch_test_lifecycle.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildscripts/fetch_test_lifecycle.py b/buildscripts/fetch_test_lifecycle.py index 4b8f65c74de..1b07201e944 100755 --- a/buildscripts/fetch_test_lifecycle.py +++ b/buildscripts/fetch_test_lifecycle.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 """Retrieve the etc/test_lifecycle.yml tag file from the metadata repository. This is performed for the current repository. |