Skip to content

Commit

Permalink
Fix pycodestyle
Browse files Browse the repository at this point in the history
Ref #294
  • Loading branch information
algorys committed Apr 1, 2018
1 parent 7b16964 commit c47690a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion alignak_app/utils/installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,8 @@ def check_user_installation(self):
assert os.path.isfile(usr_cfg_file)
except AssertionError as e:
print(e)
print('- [!] There is no [settings.cfg] file in [%s] folder !' % os.environ['ALIGNAKAPP_USR_DIR'])
print('- [!] There is no [settings.cfg] file in [%s] folder !' %
os.environ['ALIGNAKAPP_USR_DIR'])
print('\tPlease launch "%s.py --install before start."' % self.daemon_name)
sys.exit(1)

Expand Down

0 comments on commit c47690a

Please sign in to comment.