CC-2600 : Upgrading from 1.8->1.9 wipe all shows content

This commit is contained in:
Naomi Aro 2011-07-28 11:13:00 +02:00
parent 8187a5504b
commit a744e11370
3 changed files with 2 additions and 42 deletions

View file

@ -38,7 +38,8 @@ mmc = MediaMonitorCommon(mmconfig)
try:
os.makedirs(organize_dir)
except Exception, e:
print e
#organize dir already exists. ( really shouldn't though )
pass
#older versions of Airtime installed from repository at least had owner of stor dir as "root"
mmc.set_needed_file_permissions(stor_dir, True)