Skip to content
Snippets Groups Projects
Commit ef8992a1 authored by martinRenou's avatar martinRenou
Browse files

Change csv extractor filename trait type

It helps in the GUI because it displays the correct widget for file names
parent f97dff7a
No related branches found
No related tags found
1 merge request!80Change csv extractor filename trait type
from traits.api import Int, String, on_trait_change
from traits.api import Int, String, on_trait_change, File
from force_bdss.api import BaseDataSourceModel
class CSVExtractorModel(BaseDataSourceModel):
filename = String()
filename = File()
row = Int()
column = Int()
cuba_type = String()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment