mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 14:57:39 -02:30
convert py2 -> py3
This commit is contained in:
@@ -209,7 +209,7 @@ class Schedule(CommonModel, LaunchTimeConfig):
|
||||
pass
|
||||
return x
|
||||
|
||||
def __unicode__(self):
|
||||
def __str__(self):
|
||||
return u'%s_t%s_%s_%s' % (self.name, self.unified_job_template.id, self.id, self.next_run)
|
||||
|
||||
def get_absolute_url(self, request=None):
|
||||
|
||||
Reference in New Issue
Block a user