We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
LightbeamSendError
1 parent 3ca2b9e commit 7f086a4Copy full SHA for 7f086a4
1 file changed
executor/executor/executor.py
@@ -606,6 +606,7 @@ def lightbeam_send(self):
606
# TODO: ostensibly should check for Ed-Fi warnings here but failed uploads still make it back via the summary report
607
except subprocess.CalledProcessError:
608
self.error = error.LightbeamSendError()
609
+ raise
610
611
self.upload_artifact(artifact.LB_SEND_RESULTS)
612
0 commit comments