diff --git a/tools/nitpick/src/AWSInterface.cpp b/tools/nitpick/src/AWSInterface.cpp index 11a0f06d07..2e9ba7ad6d 100644 --- a/tools/nitpick/src/AWSInterface.cpp +++ b/tools/nitpick/src/AWSInterface.cpp @@ -36,6 +36,9 @@ void AWSInterface::createWebPageFromResults(const QString& testResults, if (updateAWSCheckBox->isChecked()) { updateAWS(); + QMessageBox::information(0, "Success", "HTML file has been created and copied to AWS"); + } else { + QMessageBox::information(0, "Success", "HTML file has been created"); } }