Revision 229da00f

b/src/Ganeti/Query/Server.hs
253 253
                        then showJSON (True, fromJobId jid)
254 254
                        else showJSON (False, genericResult id (const "") res))
255 255
              $ annotated_results
256
    
256
{-# ANN handleCall "HLint: ignore Too strict if" #-}
257

  
257 258
handleCall _ _ op =
258 259
  return . Bad $
259 260
    GenericError ("Luxi call '" ++ strOfOp op ++ "' not implemented")

Also available in: Unified diff