Fix the typo 'a' to 'an' in test_diskfile.py
Change-Id: I26332766e76b4f0b728e0e7a41fa75afae2517a8
This commit is contained in:
chenxiangui
2018年11月09日 20:24:19 +08:00
parent 166b85e468
commit 662fd818cf

View File

@@ -7863,7 +7863,7 @@ class TestSuffixHashes(unittest.TestCase):
def test_get_hashes_old_pickle_does_not_find_new_suffix_dirs(self):
for policy in self.iter_policies():
df_mgr = self.df_router[policy]
# create a empty stale pickle
# create an empty stale pickle
part_path = os.path.join(
self.devices, 'sda1', diskfile.get_data_dir(policy), '0')
hashes_file = os.path.join(part_path,
Reference in New Issue
openstack/swift
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.