Skip to content
Closed

test #123

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions install_sonic.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import pexpect
import sys
import time
import os

Check notice

Code scanning / CodeQL

Unused import

Import of 'os' is not used.


def main():
Expand All @@ -12,6 +13,7 @@ def main():
parser.add_argument('-p', type=int, default=9000, help='local port')

args = parser.parse_args()
a = "noneuse"

Check notice

Code scanning / CodeQL

Unused local variable

Variable a is not used

#KEY_UP = '\x1b[A'
KEY_DOWN = '\x1b[B'
Expand Down