Changeset 6896 for misc/tools/plotcsv


Ignore:
Timestamp:
Apr 24, 2009, 11:22:39 AM (16 years ago)
Author:
rwilson
Message:

Close application after plotting - don't go into broken mode.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • misc/tools/plotcsv/plotcsv.py

    r6482 r6896  
    5454# program name and version
    5555APP_NAME = 'plotcsv'
    56 APP_VERSION = '0.4'
     56APP_VERSION = '0.5'
    5757
    5858# name of the configuration filename
     
    625625                       legend=self.chkLegend.GetValue(),
    626626                       legend_path=self.chkLegendPath.GetValue())
     627            self.Close(True)
    627628           
    628629    def error(self, msg):
Note: See TracChangeset for help on using the changeset viewer.