File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
name = " PowerFlowData"
2
2
uuid = " dd99e9e3-7471-40fc-b48d-a10501125371"
3
3
authors = " Nick Robinson <npr251@gmail.com> and contributors"
4
- version = " 1.3.0 "
4
+ version = " 1.3.1 "
5
5
6
6
[deps ]
7
7
DocStringExtensions = " ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
@@ -14,7 +14,7 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
14
14
DataFrames = " 1"
15
15
DocStringExtensions = " 0.8.5"
16
16
InlineStrings = " 1.1.2"
17
- Parsers = " 2.2.1 "
17
+ Parsers = " 2.3 "
18
18
PrettyTables = " 1"
19
19
Tables = " 1"
20
20
julia = " 1"
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ const OPTIONS = Parsers.Options(
8
8
openquotechar= ' \' ' ,
9
9
closequotechar= ' \' ' ,
10
10
delim= ' ,' ,
11
- stripwhitespace = true ,
11
+ stripquoted = true ,
12
12
)
13
13
14
14
getbytes (source:: Vector{UInt8} ) = source, 1 , length (source)
You can’t perform that action at this time.
0 commit comments