Why does this happen?
We use TQDM for upload progress and similar tasks, but sometimes this rules in some garbage left in the console:
$ zapp deploy
Packaging project as zip...
Uploading zip (2.6MiB)...
100%|████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 2.77M/2.77M [00:08<00:00, 309Kit/s]
Scheduling keep-warm..
Creating API Gateway routes (this only happens once)..
1008it [03:23, 4.77it/s]
Deploying API Gateway..
Deployed! https://g2hjo1xupj.execute-api.us-east-1.amazonaws.com/dev
Do you see the line after Creating API Gateway routes? What is that?
Why does this happen?
We use TQDM for upload progress and similar tasks, but sometimes this rules in some garbage left in the console:
Do you see the line after Creating API Gateway routes? What is that?