Skip to content

Commit cae34af

Browse files
os / sys fix
1 parent 30073a4 commit cae34af

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/ge_test.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
import os
1212
import shutil
1313
import socket
14+
import sys
1415
import threading
1516
from typing import Optional
1617
from dotenv import load_dotenv
@@ -101,7 +102,7 @@ def _build_geo_engine(self) -> None:
101102
if cargo_bin is None:
102103
raise RuntimeError('Cargo not found')
103104

104-
print("Building Geo Engine binaries… this may take a while.", file=os.sys.stderr)
105+
print("Building Geo Engine binaries… this may take a while.", file=sys.stderr)
105106

106107
subprocess.run(
107108
[

0 commit comments

Comments
 (0)