[bugfix] not regarding possible * in eventpath in eventbox
This commit is contained in:
parent
017683806b
commit
7dae8e1107
@ -3376,7 +3376,7 @@ class TuneAutopicker(QWidget):
|
|||||||
return self.eventBox.currentText().split('/')[-1]
|
return self.eventBox.currentText().split('/')[-1]
|
||||||
|
|
||||||
def get_current_event_fp(self):
|
def get_current_event_fp(self):
|
||||||
return self.eventBox.currentText()
|
return self.eventBox.currentText().split('*')[0]
|
||||||
|
|
||||||
def get_current_event_picks(self, station):
|
def get_current_event_picks(self, station):
|
||||||
event = self.get_current_event()
|
event = self.get_current_event()
|
||||||
|
Loading…
Reference in New Issue
Block a user