Skip to content

Commit

Permalink
Merge pull request #53 from hammerlab/fix-isovar-variant-sequences
Browse files Browse the repository at this point in the history
Fix logging.conf loading
  • Loading branch information
julia326 authored Oct 19, 2016
2 parents 9de0e00 + ee214c1 commit f60e654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/isovar-variant-sequences.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
)


logging.config.fileConfig(pkg_resources.resource_filename(__name__, 'logging.conf'))
logging.config.fileConfig(pkg_resources.resource_filename('isovar.cli', 'logging.conf'))
logger = logging.getLogger(__name__)

parser = make_variant_sequences_arg_parser(add_sequence_length_arg=True)
Expand Down

0 comments on commit f60e654

Please sign in to comment.