Fix basedir error for the validate diff resource.

Review Request #7127 — Created March 26, 2015 and submitted

Information

Review Board
release-2.0.x
929f704...

Reviewers

When trying to post against a repository that requires a base directory and not
providing it, the resulting error was being split into a list of characters.
This was happening because we were returning a string as the error instead of a
list, so iterating over it was turning it into a list.

Verified that the error was presented as a readable string instead of a list of
individual characters.

reviewbot
  1. Tool: PEP8 Style Checker
    Processed Files:
        reviewboard/webapi/resources/validate_diff.py
    
    
    
    Tool: Pyflakes
    Processed Files:
        reviewboard/webapi/resources/validate_diff.py
    
    
  2. 
      
brennie
  1. Ship It!
  2. 
      
david
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-2.0.x (94ddb4d)
Loading...