Skip to content

Commit

Permalink
Merge pull request #646 from cclauss/patch-1
Browse files Browse the repository at this point in the history
Syntax Error: exec() is a function in Python 3
  • Loading branch information
fredrik-johansson authored Sep 6, 2022
2 parents 254f208 + c5da3b8 commit 5f57beb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/plots/buildplots.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
l = l[:-1] + (", dpi=45, file='%s.png')" % f[:-3])
code[i] = l
code = "\n".join(code)
exec code
exec(code)

0 comments on commit 5f57beb

Please sign in to comment.