mirror of
https://github.com/derfenix/photocatalog.git
synced 2026-03-11 11:52:57 +03:00
Cleanup
This commit is contained in:
@@ -243,8 +243,6 @@ func (o *Organizer) getMetadata(fp string, data io.Reader) (metadata.Metadata, e
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (o *Organizer) processFile(sourcePath string) error {
|
func (o *Organizer) processFile(sourcePath string) error {
|
||||||
fmt.Printf("%s %d %o\n", o.fileMode, o.fileMode, o.fileMode)
|
|
||||||
|
|
||||||
meta, err := o.getMetaForPath(sourcePath)
|
meta, err := o.getMetaForPath(sourcePath)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
|
|||||||
Reference in New Issue
Block a user