We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d80fcc2 commit 28dcd01Copy full SHA for 28dcd01
1 file changed
examples/command-line/test_DecodeLocalVideos.py
@@ -119,7 +119,7 @@ def read_barcode(video_path):
119
batch_folder = batch_folder_path
120
onlyfiles = [f for f in listdir(batch_folder) if isfile(join(batch_folder, f))]
121
for item in onlyfiles:
122
- fileName = batch_folder+"\\"+item
+ fileName = batch_folder+"/"+item
123
print ('processing',str(fileName))
124
read_barcode(fileName)
125
print("-------------------over------------------------")
0 commit comments