]> granicus.if.org Git - llvm/commit
Fix `git llvm` script when no arguments are supplied on Python 3
authorMehdi Amini <joker.eph@gmail.com>
Tue, 30 Jul 2019 15:25:11 +0000 (15:25 +0000)
committerMehdi Amini <joker.eph@gmail.com>
Tue, 30 Jul 2019 15:25:11 +0000 (15:25 +0000)
commitae227ff7eb5384f4161c1bc0d0e08d9ae1fdaff6
treed2b342a30d38176e879a8cc7279fe587b338167f
parentcfdbe62fa9c0a809631f2f37c83050d0f6f3aad5
Fix `git llvm` script when no arguments are supplied on Python 3

Instead of displaying a help message, it was issuing an error message:

  AttributeError: 'Namespace' object has no attribute 'func'

https://bugs.python.org/issue16308 has more information on the bug.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@367320 91177308-0d34-0410-b5e6-96231b3b80d8
utils/git-svn/git-llvm