Update experimental-converter

This commit is contained in:
Ace 2018-09-24 00:18:26 +02:00 committed by GitHub
parent 64af98c3e3
commit 57fd4aa75a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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