Files
watcher/watcher
chenker 6dd2f2a9c1 BugFix: Prevent float type variables from being passed to random
>>> random.sample([5,10], 1.3)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib64/python3.6/random.py", line 321, in sample
    result = [None] * k
TypeError: can't multiply sequence by non-int of type 'float'

Change-Id: Ifa5dca06f07220512579e4fe3c5c741aeffc71cc
2021-08-23 01:58:52 +00:00
..
2021-07-09 11:02:36 +02:00
2020-10-12 05:41:00 +00:00
2020-10-29 10:29:55 +00:00
2020-04-16 16:00:37 +08:00
2020-04-22 15:59:15 +08:00
2017-01-11 15:23:06 +05:30
2017-06-08 09:48:26 +07:00