mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 18:31:55 -04:00
Fix small but deadly typo
This commit is contained in:
parent
0ebf834a59
commit
7da61abf33
@ -210,9 +210,9 @@ def makePackage(args):
|
||||
if len(tokens) >= 1:
|
||||
pm.packageName = tokens[0]
|
||||
if len(tokens) >= 2:
|
||||
pm.packagePlatform = tokens[2]
|
||||
pm.packagePlatform = tokens[1]
|
||||
if len(tokens) >= 3:
|
||||
pm.packageVersion = tokens[1]
|
||||
pm.packageVersion = tokens[2]
|
||||
if len(tokens) >= 4:
|
||||
raise ArgumentError, 'Too many tokens in string: %s' % (value)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user