Commit fd4714d
authored
Bug fix os.path.isdir() to os.path.isfile() in coco.py
Current code produces an error when the file is present, as the current code is looking for a directory. Fix corrects this.1 parent 17eec49 commit fd4714d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
| 127 | + | |
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| |||
0 commit comments