Skip to content

Commit 93fdfc5

Browse files
committed
auto build on test
1 parent 9ccdf2a commit 93fdfc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_all.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ def test_invoke_grpc(self) -> None:
452452
# check that everything is built
453453
try:
454454
os.stat(path.join(src_path, "manager"))
455-
except subprocess.CalledProcessError as e:
455+
except FileNotFoundError:
456456
try:
457457
print("Building...")
458458
subprocess.run(

0 commit comments

Comments
 (0)