1
0
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:
Matthew Jones 2016-12-06 12:29:56 -05:00
parent 51461a27da
commit 6efeeeb083

View File

@ -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):