PEP8: fix E226: missing whitespace around arithmetic operator
[garming/samba-autobuild/.git] / python / samba / tests / xattr.py
index ca25afbdcd76a9e0a8ec69e7026e62bf6c3c6a00..ff34194328ef4d66ab146e5387abd04fe76e1045 100644 (file)
@@ -35,7 +35,7 @@ class XattrTests(TestCase):
     def _tmpfilename(self):
         random.seed()
         path = os.environ['SELFTEST_PREFIX']
-        return os.path.join(path, "pytests"+str(int(100000*random.random())))
+        return os.path.join(path, "pytests" +str(int(100000 * random.random())))
 
     def _eadbpath(self):
         return os.path.join(os.environ['SELFTEST_PREFIX'], "eadb.tdb")