Skip to content

Commit 2f8547f

Browse files
committed
dev version
1 parent 338b82d commit 2f8547f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/uipath_mcp/_cli/_runtime/_context.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ def from_config(cls, config_path=None):
2828
import os
2929

3030
path = config_path or "uipath.json"
31+
print("PATH:", path)
32+
print(os.path.exists(path))
3133
if os.path.exists(path):
3234
with open(path, "r") as f:
3335
config = json.load(f)

0 commit comments

Comments
 (0)