Skip to content

Commit

Permalink
fix unbound config var oschwengers#174
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwengers committed Nov 25, 2022
1 parent 0dd1621 commit 0ad59de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bakta/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def main():
print(f'Bakta v{bakta.__version__}')
print('Options and arguments:')
print(f'\tinput: {annotation_path}')
print(f'\tconfig: {config_path}')
if(args.config): print(f'\tconfig: {args.config}')
print(f'\toutput: {cfg.output_path}')
print(f'\tprefix: {cfg.prefix}')
print(f'\ttmp directory: {cfg.tmp_path}')
Expand Down

0 comments on commit 0ad59de

Please sign in to comment.