mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 08:21:15 +03:00
Adding missing period for timeout
This commit is contained in:
parent
51461a27da
commit
6efeeeb083
@ -113,7 +113,7 @@ class ProjectOptions(models.Model):
|
|||||||
timeout = models.IntegerField(
|
timeout = models.IntegerField(
|
||||||
blank=True,
|
blank=True,
|
||||||
default=0,
|
default=0,
|
||||||
help_text=_("The amount of time to run before the task is canceled"),
|
help_text=_("The amount of time to run before the task is canceled."),
|
||||||
)
|
)
|
||||||
|
|
||||||
def clean_scm_type(self):
|
def clean_scm_type(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user