Details
-
Type:
Bug
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: coadd_utils, display_ds9
-
Labels:
-
Story Points:0.5
-
Epic Link:
-
Sprint:AP F18-1
-
Team:Alert Production
Description
We are still using the old `file` class in some Python code, even though it is not available in Python 3. It should be replaced with `open`.
Also, pep8 catches this so I suggest making the packages pep8 compliant, enabling automatic checking and removing python 2 support (all of which should be trivial).