bad indents
git-svn-id: file:///home/svn/framework3/trunk@12897 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
2910308b3b
commit
9a2f23bd61
|
@ -100,7 +100,7 @@ module File
|
||||||
return true
|
return true
|
||||||
end
|
end
|
||||||
|
|
||||||
#
|
#
|
||||||
# Platform-agnostic file append. Appends given object content to a remote file.
|
# Platform-agnostic file append. Appends given object content to a remote file.
|
||||||
# Returns Boolean true if successful
|
# Returns Boolean true if successful
|
||||||
#
|
#
|
||||||
|
|
|
@ -110,7 +110,7 @@ module CliParse
|
||||||
hashish = {
|
hashish = {
|
||||||
:error => "Unknown Error",
|
:error => "Unknown Error",
|
||||||
:errval => nil
|
:errval => nil
|
||||||
}
|
}
|
||||||
if ma = /^error:.*/i.match(str) # if line starts with Error: just pass to regular parser
|
if ma = /^error:.*/i.match(str) # if line starts with Error: just pass to regular parser
|
||||||
hashish.merge!(win_parse_results(ma[0].upcase)) #upcase required to satisfy regular parser
|
hashish.merge!(win_parse_results(ma[0].upcase)) #upcase required to satisfy regular parser
|
||||||
# merge results. Results from win_parse_results will override any duplicates in hashish
|
# merge results. Results from win_parse_results will override any duplicates in hashish
|
||||||
|
|
Loading…
Reference in New Issue