Skip to content

Commit 403e1bf

Browse files
committed
new line
1 parent 7eaa44e commit 403e1bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

recipes/python/rbac_policy_api_requests.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,4 +115,5 @@ def create_bpnbat_user(username, domainName, password):
115115
cmd = path + " -AddUser " + username + " " + password + " " + domainName
116116
os.system(cmd)
117117

118-
print("\n\n")
118+
print("\n\n")
119+

0 commit comments

Comments
 (0)