Skip to content

Commit

Permalink
honor the user-specified 'Chunk Size' value AcademySoftwareFoundation…
Browse files Browse the repository at this point in the history
  • Loading branch information
donalm authored and Greg Denton committed Jul 1, 2019
1 parent ff41865 commit d5c8480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cuesubmit/cuesubmit/ui/Submit.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ def jobDataChanged(self):
layerType=self.jobTypeSelector.text(),
cmd=self.settingsWidget.getCommandData(),
layerRange=self.frameBox.frameSpecInput.text(),
chunk=None,
chunk=self.chunkInput.text(),
cores=self.coresInput.text(),
env=None,
services=[i.strip() for i in self.servicesSelector.text().split(',')],
Expand Down

0 comments on commit d5c8480

Please sign in to comment.