Explorar el Código

Add whitespace for readability

Mike Naberezny hace 10 años
padre
commit
c7dc38bcb5
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      supervisor/process.py

+ 1 - 0
supervisor/process.py

@@ -316,6 +316,7 @@ class Subprocess(object):
                 env['SUPERVISOR_GROUP_NAME'] = self.group.config.name
             if self.config.environment is not None:
                 env.update(self.config.environment)
+
             # change directory
             cwd = self.config.directory
             try: