Skip to content

Commit

Permalink
Delete print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier committed Sep 22, 2013
1 parent a46132a commit 01039c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gui/process.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ def run(self):
if len(split) < 2: # Add jpeg extension if the file name hasn't any one
split.append("jpeg")
basename = self.args["rename"][0] + sans_ext + self.args["rename"][1] + "." + split[-1]
print((str)((int)(log10(len(self.files)))+1))
n_zero = "{0:0"+(str)((int)(log10(len(self.files)))+1)+"d}"
basename = basename.replace("%n", n_zero.format(n_finished)) # format number with 4 digit
if self.args["dir"] is None:
Expand Down

0 comments on commit 01039c9

Please sign in to comment.