1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-01-10 01:17:59 +03:00

small comment fix to tickets

This commit is contained in:
Adolfo Gómez García 2023-03-28 17:53:43 +02:00
parent 76f7b36508
commit 5694420f89
No known key found for this signature in database
GPG Key ID: DD1ABF20724CDA23
3 changed files with 3 additions and 2 deletions

View File

@ -61,7 +61,7 @@ VALID_PARAMS = (
)
# Enclosed methods under /actor path
# Enclosed methods under /tickets path
class Tickets(Handler):
"""
Processes tickets access requests.
@ -183,7 +183,8 @@ class Tickets(Handler):
auth.groups.create(
name=groupName,
comments='Autocreated form ticket by using force paratemeter',
).uuid or ''
).uuid
or ''
)
if not groupIds: # No valid group in groups names

Binary file not shown.

Before

Width:  |  Height:  |  Size: 122 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 79 KiB