Commit ab6887a5 authored by Jason R. Coombs's avatar Jason R. Coombs

Remove redundant line

parent 126d9717
......@@ -1969,7 +1969,6 @@ class ScriptWriter(object):
def get_script_args(cls, dist, executable=None, wininst=False):
# for backward compatibility
warnings.warn("Use get_args", DeprecationWarning)
executable = executable or CommandSpec.launcher
writer = cls.get_writer(wininst)
header = cls.get_script_header("", executable, wininst)
return writer.get_args(dist, header)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment