mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 13:07:56 +00:00
make-version.py: it is sys.platform, not os.platform
This commit is contained in:
parent
6f9bc9b647
commit
36ae9b5dd9
@ -70,7 +70,7 @@ def update():
|
||||
print "no _darcs/ but no version.py either: how did you get this tree?"
|
||||
return 0
|
||||
darcs = 'darcs'
|
||||
if os.platform == 'win32':
|
||||
if sys.platform == 'win32':
|
||||
darcs = 'realdarcs'
|
||||
cmd = [darcs, "changes", "--from-tag=^allmydata-tahoe", "--xml-output"]
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user