Skip to content

Commit

Permalink
Update device-pharmer.py
Browse files Browse the repository at this point in the history
Fixed spacing on output
  • Loading branch information
DanMcInerney committed Apr 3, 2014
1 parent cf6cae1 commit 1fd78f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion device-pharmer.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ def find_match(self, html):
return match

def final_print(self, mark, target, label, sublabel):
target = target.ljust(23)
target = target.ljust(29)

if self.search:
name = self.search
Expand Down

0 comments on commit 1fd78f7

Please sign in to comment.