<folder>_xxx/<subfolder> fails to replicate structure of input tree
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Phatch |
Fix Released
|
Critical
|
Stani |
Bug Description
See this thread
http://
Still unclear why
<folder>
though.
Source tree was
demo
|-- CementerioRosar
`-- lev-1
|-- belongil_
`-- lev-2
`-- Yellowstone1_
2 directories, 3 files
I told it to process the folder called demo. Expected output was
demo_processed
|-- 2009-8-
`-- lev-1
|-- 2009-8-
`-- lev-2
`-- 2009-8-
And instead I got
demo_processed
|-- lev-1
| `-- lev-2
`-- processed
|-- 2009-8-
`-- lev-1
|-- 2009-8-
`-- lev-2
`-- 2009-8-
I can't understand why it created those two empty "lev1/lev2"
directories or why id did an extra "processed" dir inside
"demo_processed".
Changed in phatch: | |
milestone: | none → 0.2.1 |
status: | Fix Committed → Fix Released |
Thanks for reporting this bug.
Just a reminder for myself: check get images in core/api.py