Changeset 683 for mds-and-trees


Ignore:
Timestamp:
09/03/17 15:51:24 (7 years ago)
Author:
Maciej Komosinski
Message:

Slightly more helpful error message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • mds-and-trees/tree-genealogy.py

    r682 r683  
    769769        or not BALANCE in ['RANDOM', 'MIN', 'DENSITY']\
    770770        or not SCALE in ['NONE', 'SIMPLE']:
    771         print("Incorrect value of one of the parameters! Closing the program.") #TODO don't be lazy, figure out which parameter is wrong...
     771        print("Incorrect value of one of the parameters! (time or balance or scale).") #user has to figure out which parameter is wrong...
    772772        return
    773773
Note: See TracChangeset for help on using the changeset viewer.