fix workaround for pyb / gopass prompt
This commit is contained in:
parent
1ae1a931b5
commit
a4c561649a
1 changed files with 1 additions and 1 deletions
2
build.py
2
build.py
|
@ -30,7 +30,7 @@ def initialize1(project):
|
||||||
|
|
||||||
|
|
||||||
@init
|
@init
|
||||||
def initialize(project):
|
def initialize2(project):
|
||||||
input = {
|
input = {
|
||||||
"name": name,
|
"name": name,
|
||||||
"module": "notused",
|
"module": "notused",
|
||||||
|
|
Loading…
Reference in a new issue