Skip to content

Commit 394dce6

Browse files
committed
modified path
1 parent 54f0350 commit 394dce6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ async def get_dataset_size(request:JsonDataSize):
408408
async def get_dataset_size(request: RelativePath):
409409

410410
if request.path:
411-
path = path_manager.get_str_path(request.path)
411+
path = request.path
412412

413413
try:
414414
with open(path) as f:

0 commit comments

Comments
 (0)