Remove unreachable code from cron module (#25577)
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
parent
23eebb62e6
commit
301cbc1f5b
1 changed files with 0 additions and 1 deletions
|
@ -463,7 +463,6 @@ class CronTab(object):
|
|||
else:
|
||||
return "%s%s %s %s %s %s %s" % (disable_prefix,minute,hour,day,month,weekday,job)
|
||||
|
||||
return None
|
||||
|
||||
def get_jobnames(self):
|
||||
jobnames = []
|
||||
|
|
Loading…
Reference in a new issue