indenting

We need to work on a standard...
do we want to use tabs, 2 spaces, or 4 spaces?

Most of what I did originally used 4 spaces (I think this is the default for idle).
This commit is contained in:
Clinton Hall 2013-02-25 23:24:20 -08:00
commit e652fad813

View file

@ -427,8 +427,8 @@ if inputCategory == movieCategory:
Logger.info("MAIN: Calling postprocessing script for CouchPotatoServer") ###can we use logger while logfile open?
autoProcessMovie.process(outputDestination, inputName, status)
elif inputCategory == tvCategory:
Logger.info("MAIN: Calling postprocessing script for Sick-Beard") ###can we use logger while logfile open?
autoProcessTV.processEpisode(outputDestination, inputName, status)
Logger.info("MAIN: Calling postprocessing script for Sick-Beard") ###can we use logger while logfile open?
autoProcessTV.processEpisode(outputDestination, inputName, status)
sys.stdout = old_stdout
log_file.close()