Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 99b84bd

Browse files
author
Paul Prescod
committed
Removed some tabs.
1 parent fe38d29 commit 99b84bd

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

Lib/test/test_winreg.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,18 +42,18 @@ def WriteTestData(root_key):
4242
int_sub_key = int(sub_key)
4343
CloseKey(sub_key)
4444
try:
45-
QueryInfoKey(int_sub_key)
46-
raise RuntimeError, "It appears the CloseKey() function does not close the actual key!"
45+
QueryInfoKey(int_sub_key)
46+
raise RuntimeError, "It appears the CloseKey() function does not close the actual key!"
4747
except EnvironmentError:
48-
pass
48+
pass
4949
# ... and close that key that way :-)
5050
int_key = int(key)
5151
key.Close()
5252
try:
53-
QueryInfoKey(int_key)
54-
raise RuntimeError, "It appears the key.Close() function does not close the actual key!"
53+
QueryInfoKey(int_key)
54+
raise RuntimeError, "It appears the key.Close() function does not close the actual key!"
5555
except EnvironmentError:
56-
pass
56+
pass
5757

5858
def ReadTestData(root_key):
5959
# Check we can get default value for this key.

0 commit comments

Comments
 (0)