Improve a log message.
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com>
This commit is contained in:
parent
316ad9d919
commit
21a786fda0
3 changed files with 3 additions and 3 deletions
|
|
@ -437,7 +437,7 @@ async function uploadFiles(
|
|||
}
|
||||
);
|
||||
const status = response.data.processing_status;
|
||||
logger.info(`Status is ${status}.`);
|
||||
logger.info(`Analysis upload status is ${status}.`);
|
||||
if (status === "complete") {
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue