Changeset 6250

Show
Ignore:
Timestamp:
03/12/10 22:21:07 (5 months ago)
Author:
cblackburn
Message:

Set ImportCandidates? depth to 0 to return only importable files from the current directory. See #1799

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/components/tools/OmeroImporter/src/ome/services/blitz/repo/ImportableFiles.java

    r6247 r6250  
    5050        // Default config for now, may need to set some details? 
    5151        config = new ImportConfig(); 
     52        config.configureDebug(1); 
    5253        OMEROWrapper reader = new OMEROWrapper(config); 
    5354        // The first argument here is depth, it doesn't seem to work. 
    54         candidates = new ImportCandidates(1, reader, paths, self); 
     55        candidates = new ImportCandidates(0, reader, paths, self); 
    5556        containers = candidates.getContainers();   
    5657    } 

1.2.1-PRO © 2008-2009 agile42 all rights reserved (this page was served in: 0.102719 sec.)