Skip to content

Commit e1fb435

Browse files
author
Carl Brasic
committed
Remove -S flag for python3
This should not be necessary anymore and its presence breaks actual use of pip which installs into the site-packages directory.
1 parent b95a306 commit e1fb435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/github/markups.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949

5050
command(
5151
::GitHub::Markups::MARKUP_RST,
52-
"python3 -S #{Shellwords.escape(File.dirname(__FILE__))}/commands/rest2html",
52+
"python3 #{Shellwords.escape(File.dirname(__FILE__))}/commands/rest2html",
5353
/re?st(\.txt)?/,
5454
["reStructuredText"],
5555
"restructuredtext"

0 commit comments

Comments
 (0)