Changeset 13597


Ignore:
Timestamp:
2007-01-12T16:30:22+13:00 (17 years ago)
Author:
mdewsnip
Message:

Fixed a bug I just added that caused opening a remote collection to always fail.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/remote/RemoteGreenstoneServer.java

    r13591 r13597  
    421421        action_output = downloadFile(download_collection_command, zip_file_path);
    422422
    423         // Delete the existing (local) collection
    424         Gatherer.c_man.deleteCollection(collection_name);
     423        // Delete the existing (local) collection directory
     424        Utility.delete(new File(CollectionManager.getCollectionDirectoryPath(collection_name)));
    425425
    426426        // Unzip the collection just downloaded
Note: See TracChangeset for help on using the changeset viewer.