mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-03 08:48:40 +02:00
add default parameter value for ripple submit
This commit is contained in:
parent
d04952c276
commit
e355a34d67
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ class RippleSubmitter(BaseSubmitter):
|
|||
|
||||
return rippleObj
|
||||
|
||||
def submit(self, nodes, edges, filepath, submitLabel):
|
||||
def submit(self, nodes, edges, filepath, submitLabel="{projectName}"):
|
||||
|
||||
projectName = os.path.splitext(os.path.basename(filepath))[0]
|
||||
label = submitLabel.format(projectName=projectName)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue