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