Skip to content

Commit 895ff5a

Browse files
author
Tejas Ganesh Naik
committed
removed wrong excepotion handling
1 parent 86702ea commit 895ff5a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

premium-processor.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,6 @@ def process_python_file(file_path: str, level: str):
7878

7979
with open(output_file, 'w') as f:
8080
f.write(chunk_text)
81-
except Exception as e:
82-
print(f"Error processing {file_path}: {e}")
8381

8482
def main():
8583
sdk_name = os.environ.get('sdk_name', 'python')

0 commit comments

Comments
 (0)