mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-26 04:54:44 +00:00
tests: dont print sys.path when running grpc-query.py
Don't print the sys.path when running grpc-query.py. Doing so was causing tests to fail. Signed-off-by: Christian Hopps <chopps@labn.net>
This commit is contained in:
parent
5989d1cf78
commit
436e4d9755
@ -40,7 +40,6 @@ try:
|
|||||||
|
|
||||||
try:
|
try:
|
||||||
sys.path[0:0] = [tmpdir]
|
sys.path[0:0] = [tmpdir]
|
||||||
print(sys.path)
|
|
||||||
import frr_northbound_pb2
|
import frr_northbound_pb2
|
||||||
import frr_northbound_pb2_grpc
|
import frr_northbound_pb2_grpc
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user