Skip to content

Fix UnboudLocalError in filter_skymodel.py

Marcel Loose requested to merge RAP-760_filter_skymodel-unboundlocalerror into master

Moved the assignment of ra, dec at line 148 outside the if-statement that starts at line 145 to avoid an UnboundLocalError in line 235, where ra is read.

Closes RAP-760

Merge request reports