This commit is contained in:
Fabio Manganiello 2020-06-10 12:24:13 +02:00
parent bfdc9d7d46
commit f607c6757f
1 changed files with 2 additions and 2 deletions

View File

@ -61,9 +61,9 @@ class WebBuildCommand(distutils.cmd.Command):
class InstallCommand(install):
def run(self):
def do_egg_install(self):
self.run_command('web_build')
install.run(self)
install.do_egg_install(self)
def path(fname=''):