INT-NIT / DigLabTools

MIT License
2 stars 4 forks source link

Program appends lines to the CSV file instead of recreating it #103

Open sifaoufatai opened 4 months ago

sifaoufatai commented 4 months ago

When I download the first metadata into the CSV file, I notice that the file is created once, and for all subsequent processes, a new row is added to the file each time. This means that for a single experiment, the number of rows in the CSV file corresponds to the number of subsequent processes executed

SylvainTakerkart commented 4 months ago

@killianrochet , can you look at this? (which seems to be, for @sifaoufatai and myself, a behavior that we believe is not correct)