Skip to content

Commit

Permalink
محاولة لتصحيح الاختبار في نظام ويندوز
Browse files Browse the repository at this point in the history
  • Loading branch information
vzool committed Nov 18, 2024
1 parent 961dcba commit 33884cd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions zakat/zakat_tracker.py
Original file line number Diff line number Diff line change
Expand Up @@ -1579,6 +1579,10 @@ def test(debug: bool = False):
))
if debug:
print(s)
if Helper.is_windows() and year == 1:
if debug:
print(f'[SKIPPED] year({year})')
continue
d = Helper.time_to_datetime(s)
ms = Helper.datetime_to_milliseconds(d)
dd = Helper.milliseconds_to_datetime(ms)
Expand Down

0 comments on commit 33884cd

Please sign in to comment.