Skip to content

Commit

Permalink
Merge pull request #15 from skkuse/wonyeong
Browse files Browse the repository at this point in the history
chore: fix error
  • Loading branch information
wonleeyoung authored Jun 11, 2024
2 parents 4059ab6 + 217b9af commit f98a753
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions BE/green_function.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ def get_LLM_response(code_data: str):


def execute_java_code(code: str):
code = code.replace('\u00a0', ' ')
match = re.search(r'public\s+class\s+(\w+)', code)
if not match:
class_name = "NoClassName"
Expand Down

0 comments on commit f98a753

Please sign in to comment.