Skip to content

Commit 0cd4ae1

Browse files
author
Lopez
committed
BUG: path to generated CSV file is set automatically
1 parent 9007fb5 commit 0cd4ae1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ShapeVariationAnalyzer/ShapeVariationAnalyzer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ def onExportForCreationCSVFile(self):
535535

536536
# Load automatically the CSV file in the pathline in the next tab "Creation of New Classification Groups"
537537
self.pathLineEdit_previewGroups.setCurrentPath(filepath)
538-
self.pathLineEdit_selectionClassificationGroups.setCurrentPath(filepath)
538+
self.pathLineEdit_CSVFilePCA.setCurrentPath(filepath)
539539
#self.pathLineEdit_CSVFileDataset.setCurrentPath(filepath)
540540

541541
# ---------------------------------------------------- #

0 commit comments

Comments
 (0)