Update experimental-converter
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user