Skip to content

Commit 4f12695

Browse files
committed
Remove exception handling
1 parent f43cff9 commit 4f12695

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

app/utils/gitmastery.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -241,9 +241,6 @@ def execute_py_file_function_from_url(
241241
result = namespace[function_name](**params)
242242
sys.dont_write_bytecode = False
243243
return result
244-
except Exception as e:
245-
error(str(e))
246-
return None
247244
finally:
248245
sys.path.remove(tmpdir)
249246

0 commit comments

Comments
 (0)