mirror of
https://github.com/ansible/awx.git
synced 2026-05-10 02:47:36 -02:30
Adding missing period for timeout
This commit is contained in:
@@ -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):
|
||||||
|
|||||||
Reference in New Issue
Block a user