Skip to content

Commit

Permalink
<feature> add extract _p log
Browse files Browse the repository at this point in the history
  • Loading branch information
anonymousException committed Apr 26, 2024
1 parent b9917c0 commit 1045471
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/renpy_extract.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ def ExtractFromFile(p, is_open_filter, filter_length):
if line_content.endswith('""")'):
p_content = p_content.rstrip('\n')
#log_print(p_content)
if filter_length != 9999:
log_print(f'Found _p() in {p}:{index+1}')
e.add(p_content)
is_in__p = False
p_content = ''
Expand Down

0 comments on commit 1045471

Please sign in to comment.