parent
46cf00ffd8
commit
8e1b8af6e7
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ fixBadUUID = M.fromList . map fixup . M.toList
|
|||
| otherwise = (k, v)
|
||||
where
|
||||
kuuid = fromUUID k
|
||||
isbad = not (isuuid kuuid) && isuuid lastword
|
||||
isbad = not (isuuid kuuid) && not (null ws) && isuuid lastword
|
||||
ws = words $ value v
|
||||
lastword = Prelude.last ws
|
||||
fixeduuid = toUUID lastword
|
||||
|
|
Loading…
Reference in a new issue