Changeset 3339

Show
Ignore:
Timestamp:
05/13/08 10:44:17 (2 months ago)
Author:
hana
Message:

(hana) minor change

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/opus_core/choice_model.py

    r3336 r3339  
    8181        if (self.choice_attribute_name is not None): 
    8282            self.choice_attribute_name = VariableName(self.choice_attribute_name) 
    83             if self.choice_attribute_name.get_package_name() is not None: 
     83            if self.choice_attribute_name.get_dataset_name() is not None: 
    8484                self.compute_choice_attribute = True 
    8585