linting cleanups
This commit is contained in:
parent
3bf347f7a2
commit
4daf1b9c2f
5 changed files with 672 additions and 8 deletions
|
|
@ -102,6 +102,7 @@ def build_containers_yaml(args):
|
|||
|
||||
|
||||
def deploy_sh(args):
|
||||
"""Write out a deploy script"""
|
||||
home = os.environ.get("HOME")
|
||||
|
||||
template = (
|
||||
|
|
@ -122,7 +123,10 @@ def deploy_sh(args):
|
|||
|
||||
|
||||
def set_hostname(args):
|
||||
pass
|
||||
"""Set the hostname - NYI"""
|
||||
# pylint: disable=unused-argument
|
||||
print("set_hostname is not yet implemented")
|
||||
|
||||
|
||||
|
||||
def main():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue