Skip to content

Commit 595fa50

Browse files
Formatting the get_gateway() method in the CsDatabag.py file
1 parent 3cfc4cf commit 595fa50

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

systemvm/patches/debian/config/opt/cloud/bin/cs/CsDatabag.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ def get_router_password(self):
143143
md5 = hashlib.md5()
144144
md5.update(passwd)
145145
return md5.hexdigest()
146+
146147
def get_gateway(self):
147148
if "gateway" in self.idata():
148149
return self.idata()['gateway']

0 commit comments

Comments
 (0)