assisi / assisipy

Python API for the ASSISI|bf project.
Other
0 stars 3 forks source link

collect_data invents a file "*.csv" if the wildcard fails on client(casu)-side #99

Open rmm-fcul opened 6 years ago

rmm-fcul commented 6 years ago

if there is not a file with a particular extension (/other match in the wildcard specification), perhaps the .dep "results: [...]" should not have it entered. However, the .csv type is implicit, so even if an application retrieves some other data but no csv file is generated, the file *.csv is created.

Not sure whether fabric.get.api can be configured to handle wildcards better?