Skip to content

Commit

Permalink
Change indentation from spaces to tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
FrostyX committed Jan 25, 2015
1 parent 6f29881 commit 6ab0746
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tracer/resources/processes.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@ def files(self):
files.append(FilenameCleaner.strip(mmap.path))

# Process arguments
# this trick is for compatibility for 1.2.x psutil
try:
cmdline = self.cmdline()
except TypeError:
cmdline = self.cmdline
# this trick is for compatibility for 1.2.x psutil
try:
cmdline = self.cmdline()
except TypeError:
cmdline = self.cmdline
for arg in cmdline[1:]:
if os.path.isfile(arg):
files.append(arg)
Expand Down

0 comments on commit 6ab0746

Please sign in to comment.