Do not replace AT with @ when listing jobs.
This partially reverts 8122c24339
This commit is contained in:
@@ -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):
|
||||||
|
|||||||
Reference in New Issue
Block a user