Skip to content

Commit

Permalink
chore: click print
Browse files Browse the repository at this point in the history
  • Loading branch information
3h4x committed Jul 17, 2022
1 parent 63a026b commit b30f945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rename_series.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def AddZero(inputString):


def rename_series(path):
print("Reading Files....")
click.echo("Reading Files....")

for (dirpath, _, _) in os.walk(path):
files = os.listdir(dirpath)
Expand Down

0 comments on commit b30f945

Please sign in to comment.