Author: j16sdiz
Date: 2008-12-19 06:10:26 +0000 (Fri, 19 Dec 2008)
New Revision: 24556
Modified:
trunk/apps/pyFreenet/fcp/node.py
Log:
wrong variable, thanks activelink-index
Modified: trunk/apps/pyFreenet/fcp/node.py
===================================================================
--- trunk/apps/pyFreenet/fcp/node.py 2008-12-19 06:08:42 UTC (rev 24555)
+++ trunk/apps/pyFreenet/fcp/node.py 2008-12-19 06:10:26 UTC (rev 24556)
@@ -438,7 +438,7 @@
#opts['File'] = file
opts['Filename'] = file
- elif opts.get('nodata', False):
+ elif kw.get('nodata', False):
nodata = True
opts['ReturnType'] = "none"
elif kw.has_key('stream'):