summaryrefslogtreecommitdiff
path: root/tftpy/TftpStates.py
diff options
context:
space:
mode:
Diffstat (limited to 'tftpy/TftpStates.py')
-rw-r--r--tftpy/TftpStates.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tftpy/TftpStates.py b/tftpy/TftpStates.py
index 8e4ad1e..bfd10c7 100644
--- a/tftpy/TftpStates.py
+++ b/tftpy/TftpStates.py
@@ -84,7 +84,6 @@ class TftpState(object):
import time
log.debug("Deliberately delaying 10 seconds...")
time.sleep(10)
- tftpassert( blocknumber > 0, "There is no block zero!" )
dat = None
blksize = self.context.getBlocksize()
buffer = self.context.fileobj.read(blksize)