Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bqpd committed Sep 4, 2019
1 parent 85a7fec commit 35fe62f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gpkit/_mosek/expopt.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def c_array(py_array, c_type):
return (c_type * len(pya))(*pya)


MOSEK_VERSION = settingss["mosek_version"]
MOSEK_VERSION = settings["mosek_version"]
LIB = path.dirname(path.abspath(__file__)) + sep.join(["build, expopt.so"])
MSK = ModuleShortener("MSK", load_library(LIB))

Expand Down

0 comments on commit 35fe62f

Please sign in to comment.