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

Move trailing comment

parent d7cb597b
...@@ -918,7 +918,8 @@ Please make the appropriate changes for your system and try again. ...@@ -918,7 +918,8 @@ Please make the appropriate changes for your system and try again.
f.write('%s: %s\n' % (k.replace('_', '-').title(), v)) f.write('%s: %s\n' % (k.replace('_', '-').title(), v))
f.close() f.close()
script_dir = os.path.join(_egg_info, 'scripts') script_dir = os.path.join(_egg_info, 'scripts')
self.delete_blockers( # delete entry-point scripts to avoid duping # delete entry-point scripts to avoid duping
self.delete_blockers(
[os.path.join(script_dir, args[0]) for args in [os.path.join(script_dir, args[0]) for args in
get_script_args(dist)] get_script_args(dist)]
) )
......
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