|
|
|
![]() |
|
|||||||
|
||||||||
![]() |
|
|
Thread Tools | Rate Thread | Display Modes |
|
|
|
#1
|
|||
|
|||
|
Re: RobotPy WPILib v2262 released [unofficial]
Hi virtuald. I found a bug in your install.py script:
About line 184 Code:
if len(args) == 1:
robot_host = args[1]
Code:
if len(args) == 1:
robot_host = args[0]
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|