Small fix on v6-handeling
This commit is contained in:
parent
e4cdf8df96
commit
4caf6694f9
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@
|
|||
|
||||
# Clean information only if resultRAW was set successfully
|
||||
:if ([:len "$resultRAW"] != 0) do={
|
||||
:set resultClean [:pick "$resultRAW" 0 [:find "$resultRAW" "/"]];
|
||||
:set resultClean [:pick "$resultRAW" 0 [:find "$resultRAW" ","]];
|
||||
} else={
|
||||
:set resultClean "NA";
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue