We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent deb7b11 commit 7793b7fCopy full SHA for 7793b7f
1 file changed
setup.py
@@ -217,7 +217,7 @@ def update_matplotlibrc(path):
217
class BuildPy(setuptools.command.build_py.build_py):
218
def run(self):
219
super().run()
220
- if not self.editable_mode:
+ if not getattr(self, 'editable_mode', False):
221
update_matplotlibrc(
222
Path(self.build_lib, "matplotlib/mpl-data/matplotlibrc"))
223
0 commit comments