Lint: E265 block comment should start with '# '

This commit is contained in:
2020-11-06 21:32:17 -05:00
parent 4b47a2424c
commit 2eef6a1c21
4 changed files with 17 additions and 21 deletions

View File

@ -106,7 +106,6 @@ except Exception:
# Set local hostname and domain variables
myfqdn = gethostname()
#myfqdn = 'pvc-hv1.domain.net'
myhostname = myfqdn.split('.', 1)[0]
mydomainname = ''.join(myfqdn.split('.', 1)[1:])
try: