Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/alicevision/meshroom.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabien Castan <fabcastan@gmail.com>2022-10-18 17:38:07 +0300
committerFabien Castan <fabcastan@gmail.com>2022-10-19 11:50:26 +0300
commit0424ae13c0aae341bae2ae1ecdcc1e729d849fe5 (patch)
tree1f2c4769bcfb2152e73dc665155d72071c5cdbaa
parent61a10a215e63fe81c4233439448f9717d668942a (diff)
[nodes] LdrToHdrCalibration: fix trailing space in label
-rw-r--r--meshroom/nodes/aliceVision/LdrToHdrCalibration.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/meshroom/nodes/aliceVision/LdrToHdrCalibration.py b/meshroom/nodes/aliceVision/LdrToHdrCalibration.py
index a50cd8f5..a1a384a3 100644
--- a/meshroom/nodes/aliceVision/LdrToHdrCalibration.py
+++ b/meshroom/nodes/aliceVision/LdrToHdrCalibration.py
@@ -139,7 +139,7 @@ class LdrToHdrCalibration(desc.CommandLineNode):
outputs = [
desc.File(
name='response',
- label='Response File',
+ label='Response File',
description='Path to the output response file',
value=desc.Node.internalFolder + 'response.csv',
uid=[],