Skip to content

Commit 987cd9e

Browse files
authored
Merge pull request #41 from myd7349/fix-indent
fix wrong indent
2 parents 7dbbc7a + 7ab2c45 commit 987cd9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PyStand.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ const char *init_script =
330330
"for n in ['.', 'lib', 'site-packages']:\n"
331331
" test = os.path.abspath(os.path.join(PYSTAND_HOME, n))\n"
332332
" if os.path.exists(test):\n"
333-
" site.addsitedir(test)\n"
333+
" site.addsitedir(test)\n"
334334
"sys.argv = [PYSTAND_SCRIPT] + sys.argv[1:]\n"
335335
"text = open(PYSTAND_SCRIPT, 'rb').read()\n"
336336
"code = compile(text, PYSTAND_SCRIPT, 'exec')\n"

0 commit comments

Comments
 (0)