Backport support for access rules
This patch is a charm-helpers sync to get the fixes application credential access-rules. Change-Id: I95d8fcd20874c0afc07440451e3d8bef2eadc114 Related-Bug: #1965967
This commit is contained in:
@@ -926,7 +926,7 @@ def pwgen(length=None):
|
||||
random_generator = random.SystemRandom()
|
||||
random_chars = [
|
||||
random_generator.choice(alphanumeric_chars) for _ in range(length)]
|
||||
return(''.join(random_chars))
|
||||
return ''.join(random_chars)
|
||||
|
||||
|
||||
def is_phy_iface(interface):
|
||||
|
||||
Reference in New Issue
Block a user