[Bug 1183018] Re: ValueError: too many values to unpack

2013-07-10 Thread Ed Cranford
I have a directory with a space in the name, and attempted git review -s and 
got the same error.
The problem is in git_directories(), line 193. I changed out.split() to 
out.split('\n') and the error was resolved.

The output from "git re

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1183018

Title:
  ValueError: too many values to unpack

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/git-review/+bug/1183018/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1183018] Re: ValueError: too many values to unpack

2013-07-10 Thread Ed Cranford
I have a directory with a space in the name, and attempted git review -s and 
got the same error.
The problem is in git_directories(), line 193. I changed out.split() to 
out.split('\n') in git-review and the error was resolved.

The output from "git rev-parse --show-toplevel --git-dir" outputs two
lines: the current directory, and .git. Splitting on whitespace created
three items, which caused the Too Many Values error.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1183018

Title:
  ValueError: too many values to unpack

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/git-review/+bug/1183018/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1183018] Re: ValueError: too many values to unpack

2013-07-10 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: git-review (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1183018

Title:
  ValueError: too many values to unpack

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/git-review/+bug/1183018/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1183018] Re: ValueError: too many values to unpack

2013-05-22 Thread Nick Barcet
Downgrading to 1.17-1 on Raring works like a charm too.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1183018

Title:
  ValueError: too many values to unpack

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/git-review/+bug/1183018/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs