Removed unnecessary whitespace

This commit is contained in:
Rudi Grinberg 2012-07-05 15:36:07 -04:00
parent 7f4e6f98f5
commit 5e9302d912
1 changed files with 0 additions and 3 deletions

View File

@ -326,13 +326,10 @@ class MediaMonitorCommon:
if return_code != 0:
#print pathname for py-interpreter.log
print pathname
return (return_code == 0)
def move_to_problem_dir(self, source):
dest = os.path.join(self.config.problem_directory, os.path.basename(source))
try:
omask = os.umask(0)
os.rename(source, dest)