Skip to content

Commit

Permalink
>.< stupid bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Jun 3, 2014
1 parent 5b49355 commit 0502833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyIslam/hijri.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def nextDate(self):
return HijriDate.fromJulian(self.__julian + 1)

def isLast(self):
if self.year < self.nextDate().year:
if self.month != self.nextDate().month:
return True
else:
return False
Expand Down

0 comments on commit 0502833

Please sign in to comment.