Skip to content

Commit

Permalink
fix: Disable CSV output until further notice
Browse files Browse the repository at this point in the history
  • Loading branch information
Sieboldianus committed Jan 14, 2021
1 parent 335631b commit 2014ce5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lbsntransform/config/config.py
Expand Up @@ -459,7 +459,8 @@ def parse_args(self):
if args.dry_run:
self.dry_run = True
if args.csv_output:
self.csv_output = True
raise NotImplementedError(
"CSV output is currently not available.")
if args.dbformat_input:
self.dbformat_input = args.dbformat_input
if args.origin:
Expand Down

0 comments on commit 2014ce5

Please sign in to comment.