def _select_trkfromgpx(self,gpxfile,tracks): #TODO remove? - should never have multiple tracks per GPX file logging.debug('>>') logging.debug('Track dialog '+ self.data_path +'|'+ gpxfile) selectrckdialog = DialogSelectTrack(self.data_path, tracks,self.__actualize_fromgpx, gpxfile) logging.debug('Launching window...') selectrckdialog.run() logging.debug('<<')
def _select_trkfromgpx(self, gpxfile, tracks): # TODO remove? - should never have multiple tracks per GPX file logging.debug(">>") logging.debug("Track dialog " + self.data_path + "|" + gpxfile) selectrckdialog = DialogSelectTrack(self.data_path, tracks, self.__actualize_fromgpx, gpxfile) logging.debug("Launching window...") selectrckdialog.run() logging.debug("<<")