Skip to content

Commit 4fce62c

Browse files
committed
call func
1 parent 85c12af commit 4fce62c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

deep-learning-datasets-maker/utils/checkPIP.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ def checkPIP():
2323
import pycocotools
2424
except ImportError:
2525
subprocess.check_call(
26-
["python3", '-m', 'pip', 'install', 'pycocotools'])
26+
["python3", '-m', 'pip', 'install', 'pycocotools'])
27+
checkPIP()

0 commit comments

Comments
 (0)