Opened 22 months ago
Closed 22 months ago
#2679 closed enhancement (fixed)
FIX - resume file of wcst_import should be human-readable
Reported by: | Bang Pham Huu | Owned by: | Bang Pham Huu |
---|---|---|---|
Priority: | major | Milestone: | 10.1 |
Component: | wcst_import | Version: | 10.0 |
Keywords: | Cc: | Dimitar Misev | |
Complexity: | Medium |
Description
instead of ["file1", "file2", "file3", ...]
and it is not readable when there are many files in one line, it should be:
`[
"file1",
"file2",
"file3",
…
]`
Note:
See TracTickets
for help on using tickets.