X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FNBI.git;a=blobdiff_plain;f=osm_nbi%2Ftests%2Fupload.py;h=5fe4f0762f41fa124477096663b8881c7fa0929a;hp=742f973fb1d5e0709703f6722d0c8849ca2dd0b5;hb=cd65be33d44114e73936813eaf790e6a12b0df63;hpb=e128118419c3bb413de4cff8445b9b6c5598a5ed diff --git a/osm_nbi/tests/upload.py b/osm_nbi/tests/upload.py index 742f973..5fe4f07 100755 --- a/osm_nbi/tests/upload.py +++ b/osm_nbi/tests/upload.py @@ -95,5 +95,5 @@ if __name__ == "__main__": print("RX {}: {}".format(r.status_code, r.text)) if "id" in response: print("---\nid: {}".format(response["id"])) - except Exception as e: + except Exception: raise