Do not replace AT with @ when listing jobs.
This partially reverts 8122c24339
This commit is contained in:
parent
5dd4ca18a9
commit
c371a446d1
|
@ -93,7 +93,7 @@ def list_jobs(account):
|
||||||
if i.startswith(account.replace('@', 'AT')):
|
if i.startswith(account.replace('@', 'AT')):
|
||||||
parsedlist.append(i)
|
parsedlist.append(i)
|
||||||
|
|
||||||
print('\n'.join(parsedlist).replace('AT', '@', 1))
|
print('\n'.join(parsedlist)
|
||||||
|
|
||||||
|
|
||||||
def status_job(jobname):
|
def status_job(jobname):
|
||||||
|
|
Loading…
Reference in New Issue