Comment 3 for bug 450044

Revision history for this message
Jason Rogers (juk80x) wrote :

Check out line 944.

942 if self.debug:
943 print 'Making essential directory %s' % mount_location
944 os.makedirs(dir_path)

 It is indented, and therefore will not work unless you are running in debugging mode. Which is probably why duplicate bugs keep appearing even though it works in testing.