Changeset 6966


Ignore:
Timestamp:
2004-03-08T15:29:37+13:00 (20 years ago)
Author:
kjdon
Message:

now calls a different load_classifier method - this one adds a new arg into the classifier options (-gsdlinfo), so that the arguments are not parsed - some classifiers die if their required args are not set, but don't want this to happen for classinfo.pl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/bin/script/classinfo.pl

    r6945 r6966  
    120120    }
    121121 
    122     my $classinfo = &classify::load_classifiers ([[$classifier]]);
    123     my $classobj = shift @$classinfo;
    124 
     122    #my $classinfo = &classify::load_classifiers ([[$classifier]]);
     123    #my $classobj = shift @$classinfo;
     124    my $classobj = &classify::load_classifier_for_info ($classifier);
    125125    if ($xml) {
    126126        $classobj->print_xml_usage();
Note: See TracChangeset for help on using the changeset viewer.