IAU-ADES / ADES-Master

ADES implementation based on a master XML file
26 stars 7 forks source link

add env python3 to each python executable #26

Closed stevenstetzler closed 10 months ago

stevenstetzler commented 10 months ago

Adds #!/usr/bin/env python3 to the start of each python executable.

@stevechesley I've added this to all of the Python executables, although sexVals.py and xmlutility.py don't look like they are meant to be executed. Should I remove the env header for those?

stevechesley commented 10 months ago

Yeah, if they are not intended as executable scripts then probably take it out.

stevenstetzler commented 10 months ago

Okay, I've requested you review the code changes. "Squash and merge" after approving the changes if it looks good.