Update experimental-converter
This commit is contained in:
parent
64af98c3e3
commit
57fd4aa75a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue