Skip to content

object has no attribute 'strip' #14

@francicco

Description

@francicco

Hi,

I wanted to test the tool, but I'm getting this error executing the test data:

tripVote_complete_trees.py -i incomplete.trees -o completed.trees

Running TripletVoting version 1.1
tripVote_complete_trees was called as follow: ./tripVote_complete_trees.py -i incomplete.trees -o completed.trees
Traceback (most recent call last):
  File "/mnt/storage/scratch/tk19812/software/tripVote/./tripVote_complete_trees.py", line 66, in <module>
    main()    
  File "/mnt/storage/scratch/tk19812/software/tripVote/./tripVote_complete_trees.py", line 30, in main
    placement_set = args.placement.strip().split()
AttributeError: 'NoneType' object has no attribute 'strip'

Cheers
F

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions