Skip to content

Commit

Permalink
Merge pull request #20 from asfadmin/test
Browse files Browse the repository at this point in the history
WIP
  • Loading branch information
artisticlight authored Nov 1, 2023
2 parents 6b20f10 + b4d3454 commit 24962bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions phrase-translate-to-md.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ def replace_key_in_file(file_path):
return

try:
print('Loading file: ' + file_path)
with open(file_path, 'r') as file_in:
content = file_in.read()

Expand Down

0 comments on commit 24962bc

Please sign in to comment.