Skip to content

Commit

Permalink
[nodes] LdrToHdrCalibration: fix trailing space in label
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiencastan committed Oct 19, 2022
1 parent 61a10a2 commit 0424ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meshroom/nodes/aliceVision/LdrToHdrCalibration.py
Original file line number Diff line number Diff line change
Expand Up @@ -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=[],
Expand Down

0 comments on commit 0424ae1

Please sign in to comment.