Skip to content

Commit 26ad6ec

Browse files
Luiskyrzr
authored andcommitted
uic: zpc: UIC-3286: use python3 explicitly because UnifySDK CI doesn't have python
use python3 explicitly because UnifySDK CI doesn't have python in its path on Debian installing the `python-is-python3` package would solve that issue (cherry picked from commit cfc1625e6ed8fdc10076a068779ab9da1a39c832) Forwarded: #11 Signed-off-by: Philippe Coval <philippe.coval@silabs.com>
1 parent 673dc3e commit 26ad6ec

File tree

1 file changed

+1
-1
lines changed
  • applications/zpc/components/zwave_command_handler/scripts

1 file changed

+1
-1
lines changed

applications/zpc/components/zwave_command_handler/scripts/extract_get.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python
1+
#!/usr/bin/env python3
22

33
# Copyright (c) 2014 Silicon Laboratories Inc.
44

0 commit comments

Comments
 (0)