##// END OF EJS Templates
lint - use double quote
Bibo Hao -
Show More
@@ -160,7 +160,7 b' def test_get_ipython_dir_7():'
160 160 @skip_win32
161 161 def test_get_ipython_dir_8():
162 162 """test_get_ipython_dir_8, test / home directory"""
163 if not os.access('/', os.W_OK):
163 if not os.access("/", os.W_OK):
164 164 # test only when HOME directory actually writable
165 165 return
166 166
General Comments 0
You need to be logged in to leave comments. Login now