Skip to content

Commit 7a832ea

Browse files
committed
Fix python shebang
The current shebang requires python 2 instead of python 3. Trivial-Fix Change-Id: I9172b43648c28e51edfd5d8695e750c18292ff90
1 parent 1e75373 commit 7a832ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/run-tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
#
33
# Copyright (c) 2019 SUSE
44
#

0 commit comments

Comments
 (0)