[Python-modules-commits] [python-pysolar] 02/18: Fixed indentation error. Note to self: run damn test suite before committing.

Wolfgang Borgert debacle at moszumanska.debian.org
Fri Oct 3 23:36:07 UTC 2014


This is an automated email from the git hooks/post-receive script.

debacle pushed a commit to annotated tag 0.3.0
in repository python-pysolar.

commit 748aae24d25ee77c97d7293ea7d9c385890431d2
Author: Brandon Stafford <brandon at pingswept.org>
Date:   Sun Mar 9 16:19:39 2008 -0400

    Fixed indentation error. Note to self: run damn test suite before committing.
---
 solar.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solar.py b/solar.py
index dd4968f..c8bbf7c 100644
--- a/solar.py
+++ b/solar.py
@@ -250,7 +250,7 @@ def GetSolarTime(longitude_deg, utc_datetime):
 # Topocentric functions calculate angles relative to a location on the surface of the earth.
 
 def GetTopocentricAzimuthAngle(topocentric_local_hour_angle, latitude, topocentric_sun_declination):
-	"""Measured eastward from north"""
+    """Measured eastward from north"""
     tlha_rad = math.radians(topocentric_local_hour_angle)
     latitude_rad = math.radians(latitude)
     tsd_rad = math.radians(topocentric_sun_declination)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-pysolar.git



More information about the Python-modules-commits mailing list