Remove unnecessary pass-statement
Change-Id: Iabc087ea181fcc835b871ad3f4f4ebc19dd4b1ad
This commit is contained in:
@@ -101,7 +101,6 @@ class InstallVenv(object):
|
|||||||
print('done.')
|
print('done.')
|
||||||
else:
|
else:
|
||||||
print("venv already exists...")
|
print("venv already exists...")
|
||||||
pass
|
|
||||||
|
|
||||||
def pip_install(self, *args):
|
def pip_install(self, *args):
|
||||||
self.run_command(['tools/with_venv.sh',
|
self.run_command(['tools/with_venv.sh',
|
||||||
|
Reference in New Issue
Block a user