Skip to content

Commit

Permalink
pppp: Cosmetic.
Browse files Browse the repository at this point in the history
  • Loading branch information
pinard committed Sep 14, 2012
1 parent 423688f commit 908f201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pppp
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ class Main:
for input, output in self.each_pair(input, output):
if not self.force:
if (os.path.exists(output)
and os.path.getmtime(output) > os.path.getmtime(input)):
and os.path.getmtime(output) > os.path.getmtime(input)):
sys.exit("ERROR: %s has been modified, keeping it!\n"
% output)
if self.clean:
Expand Down

0 comments on commit 908f201

Please sign in to comment.