Fix python shebang
The current shebang requires python 2 instead of python 3. Trivial-Fix Change-Id: I9172b43648c28e51edfd5d8695e750c18292ff90
This commit is contained in:
parent
1e75373beb
commit
7a832ea91c
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python3
|
||||
#
|
||||
# Copyright (c) 2019 SUSE
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user