Skip to content

Commit

Permalink
#617 codacy
Browse files Browse the repository at this point in the history
  • Loading branch information
rtimms committed Oct 15, 2019
1 parent 0c8ab93 commit 3ce0360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pybamm/meshes/scikit_fem_submeshes.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ def __init__(self, lims, npts, tabs, side="top", stretch=2.3):
# check side is top
if side != "top":
raise pybamm.GeometryError(
"At present, side can only be 'top', but is set to ".format(side)
"At present, side can only be 'top', but is set to {}".format(side)
)

# check that two variables have been passed in
Expand Down

0 comments on commit 3ce0360

Please sign in to comment.