Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

git-cola 1.4.0 crash with merge conflicts #30

Closed
jacksonje opened this issue Oct 30, 2009 · 1 comment
Closed

git-cola 1.4.0 crash with merge conflicts #30

jacksonje opened this issue Oct 30, 2009 · 1 comment
Labels

Comments

@jacksonje
Copy link

Trying to open git-cola 1.4.0 in a repository that has merge conflicts results in a crash with:

Traceback (most recent call last):
File "/usr/bin/cola", line 54, in
cola.main.main()
File "/usr/share/git-cola/lib/cola/main.py", line 176, in main
model.update_status()
File "/usr/share/git-cola/lib/cola/models/main.py", line 468, in update_status
self.notify_message_observers(self.message_updated)
File "/usr/share/git-cola/lib/cola/observable.py", line 43, in notify_message_observers
method(_args, *_opts)
File "/usr/share/git-cola/lib/cola/views/main.py", line 205, in _update_view
merge_msg_hash = utils.checksum(merge_message_path)
NameError: global name 'merge_message_path' is not defined

@davvid
Copy link
Member

davvid commented Oct 31, 2009

views.main: Fix a typo when loading merge commit messages

self.merge_message_hash was mistyped as self.merge_msg_hash.

Closed by 93aeb038bcdff0d091b577d9a98df70c1e533917

Signed-off-by: David Aguilar davvid@gmail.com

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants