Skip to content

Commit

Permalink
Fix bad indent for pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
algorys committed Oct 12, 2016
1 parent 58ec6b2 commit 3ecbf0e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions alignak_app/app_menu.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ def create_items(self, style):
item = Gtk.ImageMenuItem('')
img = Gtk.Image()
img_path = get_alignak_home() \
+ self.config.get('Config', 'path') \
+ self.config.get('Config', 'img') \
+ '/'
+ self.config.get('Config', 'path') \
+ self.config.get('Config', 'img') \
+ '/'

if style == 'h_up':
img.set_from_file(img_path + self.config.get('Config', 'host_up'))
Expand Down

0 comments on commit 3ecbf0e

Please sign in to comment.