almost alpha version

This commit is contained in:
Rudi Grinberg 2012-07-12 11:14:59 -04:00 committed by Martin Konecny
parent 3b385df969
commit 69674529cd
14 changed files with 482 additions and 94 deletions

View file

@ -210,7 +210,6 @@ class MediaMonitorCommon:
def create_file_path(self, original_path, orig_md):
storage_directory = self.config.storage_directory
try:
#will be in the format .ext
file_ext = os.path.splitext(original_path)[1].lower()