fortysix2ahead / tracs

Command line application for managing GPS tracks
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Grouping 3 activities fails #291

Open fortysix2ahead opened 3 months ago

fortysix2ahead commented 3 months ago
  File "/Users/Projects/github/tracs/tracs/group.py", line 46, in group_activities
    if force or confirm_grouping( ctx, g ):
  File "/Users/Projects/github/tracs/tracs/group.py", line 88, in confirm_grouping
    names = sorted( list( set( [member.name for member in group.members] ) ) )
TypeError: '<' not supported between instances of 'str' and 'NoneType'