Skip to content

Commit

Permalink
Merge pull request #15 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 e056347 + 0f7bd90 commit 9501091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phrase-translate-to-md.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,5 @@ def process_directories(directory_path):
elif os.path.isdir(target_path):
process_directories(target_path)
else:
pprint("target path:" + target_path)
pprint("Target path:" + target_path)
print("Invalid input. Please provide a valid directory or filename.")

0 comments on commit 9501091

Please sign in to comment.