Fix Plastic's usage of self._options.

Review Request #4395 — Created Aug. 5, 2013 and submitted

Information

RBTools
master

Reviewers

Fix Plastic's usage of self._options.

When the plastic client is creating a diff for a branch, it tries to set the
'branch' field in the options object so that it will get set properly in the
review request. This broke when we refactored the command-line options to be
able to have different options for each rbt command.

 
Description From Last Updated

Can be consolidated to: if not getattr(self.options, 'branch', None):

chipx86chipx86
reviewbot
  1. This is a review from Review Bot.
      Tool: PEP8 Style Checker
      Processed Files:
        rbtools/clients/plastic.py
      Ignored Files:
    
    
  2. 
      
reviewbot
  1. This is a review from Review Bot.
      Tool: Pyflakes
      Processed Files:
        rbtools/clients/plastic.py
      Ignored Files:
    
    
  2. 
      
chipx86
  1. 
      
  2. rbtools/clients/plastic.py (Diff revision 1)
     
     
     
    Show all issues
    Can be consolidated to:
    
    if not getattr(self.options, 'branch', None):
  3. 
      
david
reviewbot
  1. This is a review from Review Bot.
      Tool: PEP8 Style Checker
      Processed Files:
        rbtools/clients/plastic.py
      Ignored Files:
    
    
  2. 
      
reviewbot
  1. This is a review from Review Bot.
      Tool: Pyflakes
      Processed Files:
        rbtools/clients/plastic.py
      Ignored Files:
    
    
  2. 
      
chipx86
  1. Ship It!
  2. 
      
david
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to master (3bd0c7f).
Loading...