Update cronvar.py (#19227)
This commit is contained in:
parent
6221327b13
commit
0183a148c5
1 changed files with 0 additions and 2 deletions
|
@ -135,8 +135,6 @@ class CronVar(object):
|
|||
def __init__(self, module, user=None, cron_file=None):
|
||||
self.module = module
|
||||
self.user = user
|
||||
if self.user is None:
|
||||
self.user = 'root'
|
||||
self.lines = None
|
||||
self.wordchars = ''.join(chr(x) for x in range(128) if chr(x) not in ('=', "'", '"', ))
|
||||
|
||||
|
|
Loading…
Reference in a new issue