Skip to content

Commit

Permalink
pep8 update
Browse files Browse the repository at this point in the history
  • Loading branch information
johng42 committed Apr 10, 2019
1 parent c94428d commit add5c52
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tabpy-server/tabpy_server/app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,8 @@ def set_parameter(settings_key,
RuntimeError)
else:
logger.info(
"Password file is not specified: Authentication is not enabled")
"Password file is not specified: " + \
"Authentication is not enabled")

features = self._get_features()
self.settings['versions'] = {'v1': {'features': features}}
Expand Down

0 comments on commit add5c52

Please sign in to comment.