Skip to content

Commit 2ca0ebb

Browse files
Fix problem with a parcel name.
1 parent 92e72d5 commit 2ca0ebb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/vw-installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Currently PythonBridge version for VisualWorks is on closed beta. Therefore, we
6060
dir := Dialog requestDirectoryName: 'Choose the PythonBridge parcels directory'.
6161
dir isEmpty ifTrue: [^ self].
6262
dir:= dir, (String with: Filename separator).
63-
#('HTTP' 'JSONReader' 'Sport' 'Swazoo' 'MessagePack-All' 'VwPharoPlatform' 'P3Generator' 'PythonBridge-VwExtensions' 'PythonBridge' 'PythonBridge-VwPlatform' 'PythonBridge-VwMsgPack') do: [:fn | | file |
63+
#('HTTP' 'JSONReader' 'Sport' 'Swazoo' 'MessagePack-All' 'VwPharoPlatform' 'P3Generator' 'Python-Bridge-VWExtensions' 'PythonBridge' 'PythonBridge-VwPlatform' 'PythonBridge-VwMsgPack') do: [:fn | | file |
6464
file := dir, fn, '.pcl'.
6565
file asFilename exists ifFalse: [self error: 'Missing parcel!', file asString].
6666
Parcel loadParcelFrom: file asFilename

0 commit comments

Comments
 (0)