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