Opened 17 years ago
Closed 17 years ago
#307 closed defect (invalid)
sww2csv, overwriting first sww with second.
| Reported by: | kristy | Owned by: | ole |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | Functionality and features | Version: | |
| Severity: | major | Keywords: | |
| Cc: |
Description
inside the sww2csv funtion (util.py line 2074) it calls all sww files, then runs the funtion for each titling the outcome callable_sww (line 2204). It then goes out of the loop and uses callable_sww to print the results, therefore overwriting the previous sww files, and printing only the last sww result.
Note: See
TracTickets for help on using
tickets.
