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 312656f commit 6d0c6dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup_app/installers/node.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,14 @@
from setup_app.installers.base import BaseInstaller

class NodeInstaller(BaseInstaller, SetupUtils):

"""This installer provides node installtion for Jans server."""

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

def __init__(self):
"""Inits NodeInstaller instance"""
"""Inits NodeInstaller instance."""
self.service_name = 'node'
self.needdb = False # we don't need backend connection in this class
self.install_var = 'installNode'
Expand Down

0 comments on commit 6d0c6dd

Please sign in to comment.