Skip to content

Commit

Permalink
fix: jans-linux-setup getting argparser (#974)
Browse files Browse the repository at this point in the history
  • Loading branch information
devrimyatar authored Mar 4, 2022
1 parent 2d4a101 commit 5fc60d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jans-linux-setup/jans_setup/jans_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
install.prepare_jans_cli_package()

os.environ['LC_ALL'] = 'C'
from setup_app.utils.arg_parser import arg_parser
from setup_app.utils import arg_parser

argsp = arg_parser()
argsp = arg_parser.get_parser()

# first import paths and make changes if necassary
from setup_app import paths
Expand Down

0 comments on commit 5fc60d4

Please sign in to comment.