Update experimental-converter

This commit is contained in:
Ace
2018-09-24 00:18:26 +02:00
committed by GitHub
parent 64af98c3e3
commit 57fd4aa75a

View File

@@ -27,7 +27,7 @@ print('Found these files:', imagenames) #print this list
print('attempting to convert images to useful ones')
try:
os.makedirs('/home/pi/Desktop/images/converted')
os.makedirs(path2)
except OSError as e:
if e.errno != errno.EEXIST:
raise