tab to spaces #3295

This commit is contained in:
Tully Foote 2011-02-02 22:31:19 +00:00
parent febb6aaa8c
commit e7b7004ce6
1 changed files with 1 additions and 1 deletions

View File

@ -372,7 +372,7 @@ class RosMakeAll:
def _subprocess_setup(self):
# Python installs a SIGPIPE handler by default. This is usually not
# what non-Python subprocesses expect.
signal.signal(signal.SIGPIPE, signal.SIG_DFL)
signal.signal(signal.SIGPIPE, signal.SIG_DFL)
def _build_package(self, package, argument=None):
"""