Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d8c1cb0 + 7793b7f commit 2b446afCopy full SHA for 2b446af
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