megalut / sewpy

Source Extractor Wrapper for Python
GNU General Public License v3.0
22 stars 11 forks source link

Fix bug parameter checking #18

Closed gbrammer closed 7 years ago

gbrammer commented 7 years ago

Fix a minor bug where the program always prints an error that the supplied parameters are not found among the defaults (e.g., Parameter 'MAG_AUTO' seems strange and might be unknown to SExtractor).

mtewes commented 7 years ago

Excellent, thank you! This list() around map() is indeed needed here by python3.