projects
/
sigrok-util.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84b1306
)
new-driver: minor whitespace nit
author
Gerhard Sittig
<gerhard.sittig@gmx.net>
Sun, 21 May 2017 16:20:38 +0000
(18:20 +0200)
committer
Uwe Hermann
<uwe@hermann-uwe.de>
Sun, 21 May 2017 16:28:31 +0000
(18:28 +0200)
source/new-driver
patch
|
blob
|
history
diff --git
a/source/new-driver
b/source/new-driver
index 7f14201cc502623da2afb573c12b496ba2a7436e..61a3960877489c259519d11b838afa9a55b677f5 100755
(executable)
--- a/
source/new-driver
+++ b/
source/new-driver
@@
-193,7
+193,7
@@
if __name__ == '__main__':
if not opts.author or not opts.email:
parser.error('Please provide your username and email address, '
- 'or set your git configuration up.')
+ 'or set your git configuration up.')
name = opts.name
names = {
'name': name,