Skip to content

Commit

Permalink
comma string;)
Browse files Browse the repository at this point in the history
  • Loading branch information
vbazhin committed Jul 13, 2013
1 parent 4e93af8 commit 9550429
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sorl_watermarker/engines/pil.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ def _define_position(self, position_string, im_size, mark_size):
coords = {'x': {'west': 0,
'east': im_size[0] - mark_size[0]},
'y': {'north': 0,
'south': im_size[1] - mark_size[1]},
}
'south': im_size[1] - mark_size[1]}, }
# if values can be parsed as numeric
try:
x_abs = int(pos_list[0])
Expand Down

0 comments on commit 9550429

Please sign in to comment.