Commit b632b7fa authored by Scott Lundberg's avatar Scott Lundberg
Browse files

fix simple error

parent bf2b0c63
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -133,7 +133,7 @@ end
http = HttpHandler() do req::Request, res::Response
    parts = split(req.resource, '/', limit=3)
    procId = parts[2]
    println("$procId - ",join(parts[3:end], ', '))
    println("$procId - ", join(parts[3:end], ", "))
    if parts[3] == "preop"
        fdata = build_features(procId, "preop", preopFeatureNames, args["raw-data-dir"])
        res.data = json(explained_pred(