mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-02 19:02:29 +02:00
[tests] Remove invalid=
when the implicit argument is enough
This commit is contained in:
parent
41a1b47c43
commit
ec0721d381
5 changed files with 21 additions and 31 deletions
|
@ -10,14 +10,12 @@ class AppendText(desc.CommandLineNode):
|
|||
label='Input File',
|
||||
description='''''',
|
||||
value='',
|
||||
invalidate=True,
|
||||
),
|
||||
desc.File(
|
||||
name='inputText',
|
||||
label='Input Text',
|
||||
description='''''',
|
||||
value='',
|
||||
invalidate=True,
|
||||
)
|
||||
]
|
||||
|
||||
|
@ -27,6 +25,5 @@ class AppendText(desc.CommandLineNode):
|
|||
label='Output',
|
||||
description='''''',
|
||||
value=desc.Node.internalFolder + 'appendText.txt',
|
||||
invalidate=False,
|
||||
),
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue