mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
Python activityXdataSeries result name changed to name_series
This commit is contained in:
@@ -692,7 +692,7 @@ Bindings::activityXdataSeries(QString name, QString series, PyObject* activity)
|
||||
pCount++;
|
||||
}
|
||||
|
||||
PythonDataSeries* ds = new PythonDataSeries(name, pCount);
|
||||
PythonDataSeries* ds = new PythonDataSeries(QString("%1_%2").arg(name).arg(series), pCount);
|
||||
|
||||
int idx = 0;
|
||||
foreach(XDataPoint* p, xds->datapoints) {
|
||||
|
||||
Reference in New Issue
Block a user