commit/StationPlaylist: josephsl: Time-based triggers 7.0-dev): oops, indentation error when returning next trigger.

  • From: commits-noreply@xxxxxxxxxxxxx
  • To: nvda-addons-commits@xxxxxxxxxxxxx
  • Date: Sat, 16 Jan 2016 21:33:06 -0000

1 new commit in StationPlaylist:

https://bitbucket.org/nvdaaddonteam/stationplaylist/commits/99fb4af940d8/
Changeset:   99fb4af940d8
Branch:      master
User:        josephsl
Date:        2016-01-16 21:32:44+00:00
Summary:     Time-based triggers 7.0-dev): oops, indentation error when 
returning next trigger.

Affected #:  1 file

diff --git a/addon/appModules/splstudio/splconfig.py 
b/addon/appModules/splstudio/splconfig.py
index e570d39..13a30d6 100755
--- a/addon/appModules/splstudio/splconfig.py
+++ b/addon/appModules/splstudio/splconfig.py
@@ -348,7 +348,6 @@ def nextTimedProfile(current=None):
                        if (current-triggerTime).seconds < entry[6]*60:
                                shouldBeSwitched = True
                possibleTriggers.append((triggerTime, profile, 
shouldBeSwitched))
-       if len(possibleTriggers):
        return min(possibleTriggers) if len(possibleTriggers) else None
 
 # Some helpers used in locating next air date/time.

Repository URL: https://bitbucket.org/nvdaaddonteam/stationplaylist/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.

Other related posts:

  • » commit/StationPlaylist: josephsl: Time-based triggers 7.0-dev): oops, indentation error when returning next trigger. - commits-noreply