File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
5858def ReadTestData (root_key ):
5959 # Check we can get default value for this key.
You can’t perform that action at this time.
0 commit comments