개정판 bdf13d68
issue #000 Export_To_PAP.py 수정.
Change-Id: If95370a2246b8601719b7fa74bf7b3045a80e33f
HYTOS/HYTOS/Export_To_PAP.py | ||
---|---|---|
620 | 620 |
if response.status_code == 201: |
621 | 621 |
QMessageBox.information(self, self.tr('Information'), self.tr('Data upload successful.')) |
622 | 622 |
else: |
623 |
|
|
624 |
message = f'error occurred({repr(response.text)})' |
|
625 |
App.mainWnd().addMessage.emit(MessageType.Error, message) |
|
623 | 626 |
QMessageBox.information(self, self.tr('Information'), self.tr('Failed to upload data.')) |
624 | 627 |
else: |
625 | 628 |
QMessageBox.information(self, self.tr('Information'), self.tr('Please check the project.')) |
내보내기 Unified diff