Skip to content

Commit

Permalink
fix: code analyses fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
devrimyatar committed Jan 1, 2022
1 parent 6d0c6dd commit dd89e1d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup_app/installers/node.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@

class NodeInstaller(BaseInstaller, SetupUtils):

"""This installer provides node installtion for Jans server."""
"""This installer provides node installtion for Jans server.
No argument is required.
"""

node_base = os.path.join(Config.jansOptFolder, 'node')
templates_rendered = False
Expand Down

0 comments on commit dd89e1d

Please sign in to comment.