Submitter | phabricator |
---|---|
Date | Feb. 24, 2018, 10:43 a.m. |
Message ID | <3ebac35e88d392407f1313d2f249c479@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/28308/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/tests/test-mq-missingfiles.t b/tests/test-mq-missingfiles.t --- a/tests/test-mq-missingfiles.t +++ b/tests/test-mq-missingfiles.t @@ -10,7 +10,7 @@ > assert (len(args) % 2) == 0 > > f = open(path, 'wb') - > for i in range(len(args)/2): + > for i in range(len(args) // 2): > count, s = args[2*i:2*i+2] > count = int(count) > s = s.decode('string_escape')