NotADirectoryError Python error
By
RexLee
in Programming
in Programming
Go to solution
Solved by fizzlesticks,
.ds_store is a file, not a folder. You're calling the line
img_list = os.listdir(img_fold_A)
for everything in the folder, which of course causes an error when you call it with a file.
You could either delete the .ds_store file at the start or add a check to skip files.
-
Topics
-
0
-
Xxu ·
Posted in Servers, NAS, and Home Lab0 -
4
-
Issac Zachary ·
Posted in Troubleshooting5 -
4
-
PopsicleHustler ·
Posted in Audio4 -
4
-
4
-
Greasy_Pudding ·
Posted in Servers, NAS, and Home Lab3 -
Sveeno ·
Posted in LTT Releases8
-
-
play_circle_filled
Latest From ShortCircuit:
The coolest looking monitor. Period. - ASUS ROG display at Computex (Sponsored)

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now