Skip to content

Commit 28dcd01

Browse files
committed
Update test_DecodeLocalVideos.py
1 parent d80fcc2 commit 28dcd01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/command-line/test_DecodeLocalVideos.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ def read_barcode(video_path):
119119
batch_folder = batch_folder_path
120120
onlyfiles = [f for f in listdir(batch_folder) if isfile(join(batch_folder, f))]
121121
for item in onlyfiles:
122-
fileName = batch_folder+"\\"+item
122+
fileName = batch_folder+"/"+item
123123
print ('processing',str(fileName))
124124
read_barcode(fileName)
125125
print("-------------------over------------------------")

0 commit comments

Comments
 (0)