Skip to content

Commit

Permalink
chore: add newline (argdown parse)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sieboldianus committed Jan 22, 2020
1 parent f37c662 commit f9e70c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lbsntransform/config/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,7 @@ def parse_args(self):
'Bases not included will be skipped. Per '
'default, all bases will be considered.',
type=str)

args = parser.parse_args()
if args.file_input:
self.is_local_input = True
Expand Down

0 comments on commit f9e70c3

Please sign in to comment.