Skip to content

Commit

Permalink
Fixing syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
jonoomph committed Mar 5, 2020
1 parent 6ae20a4 commit f0508a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/windows/views/blender_listview.py
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,7 @@ def Render(self, blend_file_path, target_script, preview_mode=False):

# Check the version of Blender
import shlex
log.info("Checking Blender version, command: {}".format(" ".join([shlex.quote(x) for x in command_version])))
log.info("Checking Blender version, command: {}".format(" ".join([shlex.quote(x) for x in command_get_version])))

self.process = subprocess.Popen(command_get_version, stdout=subprocess.PIPE, stderr=subprocess.PIPE, startupinfo=startupinfo, universal_newlines=True)

Expand Down

0 comments on commit f0508a0

Please sign in to comment.