소스 검색

Add whitespace for readability

Mike Naberezny 10 년 전
부모
커밋
c7dc38bcb5
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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: