Tiny PEP fix

This commit is contained in:
Grant Sanderson 2019-01-04 12:46:52 -08:00
parent ba88104177
commit b7cb66fe5d

View file

@ -40,7 +40,7 @@ def handle_scene(scene, **config):
if (current_os == "Linux"):
commands.append("xdg-open")
else: # Assume macOS
else: # Assume macOS
commands.append("open")
if config["show_file_in_finder"]: