Skip to content

Commit

Permalink
Strip more whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
talister committed Oct 19, 2023
1 parent 58be5fe commit ac1a48e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions neoexchange/astrometrics/sources_subs.py
Original file line number Diff line number Diff line change
Expand Up @@ -2744,6 +2744,7 @@ def fetch_list_targets(list_targets):
line = str(line).replace(',', '')
if '\n' in line:
line = str(line).replace('\n', '')
line = line.strip()
new_target_list.append(line)
continue
if '_' in obj_id:
Expand Down

0 comments on commit ac1a48e

Please sign in to comment.