Skip to content

Commit

Permalink
Fix minor issue with the last commit, though in practice this will ne…
Browse files Browse the repository at this point in the history
…ver be an issue
  • Loading branch information
dpryan79 committed Sep 19, 2016
1 parent 89554d9 commit 99c04f6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions deeptools/deeptools_list_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ def process_args(args=None):


def main(args=None):
args = None
if len(sys.argv) == 1:
if args is None and len(sys.argv) == 1:
args = ["--help"]
process_args(args)

0 comments on commit 99c04f6

Please sign in to comment.