mirror of https://github.com/buildinspace/peru.git
fix a lint error
This commit is contained in:
parent
8e6f7d97f9
commit
109a6f31a3
|
@ -241,6 +241,7 @@ def do_list(params):
|
||||||
for module in params.scope.modules.values():
|
for module in params.scope.modules.values():
|
||||||
print(module.name)
|
print(module.name)
|
||||||
|
|
||||||
|
|
||||||
def get_version():
|
def get_version():
|
||||||
version_file = os.path.join(compat.MODULE_ROOT, 'VERSION')
|
version_file = os.path.join(compat.MODULE_ROOT, 'VERSION')
|
||||||
with open(version_file) as f:
|
with open(version_file) as f:
|
||||||
|
|
Loading…
Reference in New Issue