Closed GoogleCodeExporter closed 9 years ago
Any information you can give to help me repro would be much appreciated. I've
run it at work and home without this problem. I'll add in some logging but I
seem to hve enough info from this report to be very confused...
Original comment by rob.gala...@gmail.com
on 26 Sep 2011 at 4:23
I'm going to add more extensive tests for the 'utils' module tonight so
hopefully I can repro and fix your issue.
Original comment by rob.gala...@gmail.com
on 26 Sep 2011 at 4:29
it seems like anytime I add the param: files_and_folders it creates this crash.
Original comment by Shawny2...@gmail.com
on 26 Sep 2011 at 5:10
digging into it a little more.
Original comment by Shawny2...@gmail.com
on 26 Sep 2011 at 5:34
new image
Original comment by Shawny2...@gmail.com
on 26 Sep 2011 at 5:38
Attachments:
stupid mistake in the file_and_folders var. Changed to
r'C:\Users\shawn.kirsch\Desktop\pynocle' but still same issue.
Original comment by Shawny2...@gmail.com
on 26 Sep 2011 at 9:15
Alright I'm going to do some more testing after I finish the packaging, I'll
let you know.
Original comment by rob.gala...@gmail.com
on 27 Sep 2011 at 12:46
I've added a few fixes and improvements to that find_all function, try it again
from head revision and see if it clears it up.
Original comment by rob.gala...@gmail.com
on 27 Sep 2011 at 2:27
Original comment by rob.gala...@gmail.com
on 27 Sep 2011 at 2:28
i'll check it in the morning.
Original comment by Shawny2...@gmail.com
on 27 Sep 2011 at 2:41
Original comment by rob.gala...@gmail.com
on 27 Sep 2011 at 2:50
Original comment by rob.gala...@gmail.com
on 27 Sep 2011 at 2:53
Hey shawn, duh, this just dawned on me. You need to pass a collection of
strings into pynocle.Monocle's files_and_folders arg. You were passing a
single string so it was chopping it up. I'm editing it to automatically
convert a string to a tuple. Make sure you're passing a tuple and it will
work. I'm closing this out, reopen if it's still busted (and it shouldn't
happen after next update).
Original comment by rob.gala...@gmail.com
on 1 Oct 2011 at 5:10
Original issue reported on code.google.com by
Shawny2...@gmail.com
on 26 Sep 2011 at 4:07