mirror of
https://github.com/samba-team/samba.git
synced 2025-07-29 15:42:04 +03:00
PEP8: fix E226: missing whitespace around arithmetic operator
Signed-off-by: Joe Guo <joeg@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
This commit is contained in:
@ -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")
|
||||
|
Reference in New Issue
Block a user