Spaces:
Runtime error
Runtime error
Commit ·
68d674a
1
Parent(s): 40cca03
Rename magnitudeIdentification to magnitudeIdentification.py
Browse files
magnitudeIdentification → magnitudeIdentification.py
RENAMED
|
@@ -315,6 +315,4 @@ def magnitude_binding(input_text):
|
|
| 315 |
return (0, 'MAGNITUDE', 'unknown_error')
|
| 316 |
|
| 317 |
except:
|
| 318 |
-
return (0, 'MAGNITUDE', 'unknown_error')
|
| 319 |
-
|
| 320 |
-
|
|
|
|
| 315 |
return (0, 'MAGNITUDE', 'unknown_error')
|
| 316 |
|
| 317 |
except:
|
| 318 |
+
return (0, 'MAGNITUDE', 'unknown_error')
|
|
|
|
|
|