Skip to content

Commit b984c70

Browse files
authored
Merge pull request #14439 from wopeizl/windows/online
fix typo test=develop
2 parents 7796f65 + 4e61461 commit b984c70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/setup.py.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ if os.name == 'nt':
142142

143143
if '${WITH_FLUID_ONLY}'== 'OFF':
144144
package_data['paddle.v2.master']=['libpaddle_master' + ext_name]
145-
package_data['py_paddle']=['*.py','_swig_paddle' + + ext_name]
145+
package_data['py_paddle']=['*.py','_swig_paddle' + ext_name]
146146

147147
package_dir={
148148
'': '${PADDLE_BINARY_DIR}/python',

0 commit comments

Comments
 (0)