Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8, 0.8.1, and 0.8.2

thgutil: consistently return bool from netdrive function

Changeset 2b11d425c317

Parent 6d8b76521045

by Steve Borho

Changes to one file · Browse files at 2b11d425c317 Showing diff from parent 6d8b76521045 Diff from another changeset...

 
74
75
76
77
 
78
79
80
 
74
75
76
 
77
78
79
80
@@ -74,7 +74,7 @@
  if drv['local'] == letter:   info = win32net.NetUseGetInfo(None, letter, 1)   return info['status'] == USE_OK - return None + return False     bitmap_cache = {}   def icon_to_bitmap(iconPathName):