mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 04:57:54 +00:00
figleaf gets confused when the last line of a file is a comment
This commit is contained in:
parent
4b11831da7
commit
468769681b
@ -68,3 +68,8 @@ class RIMutableDirectoryNode(RemoteInterface):
|
||||
return Nothing()
|
||||
|
||||
# need more to move directories
|
||||
|
||||
# TODO: figleaf gets confused when the last line of a file is a comment. I
|
||||
# suspect an off-by-one error in the code that decides which lines are code
|
||||
# and which are not.
|
||||
pass
|
||||
|
@ -323,3 +323,8 @@ class WebishServer(service.MultiService):
|
||||
# I tried doing it this way and for some reason it didn't seem to work
|
||||
#print "REMEMBERING", self.site, dl, IDownloader
|
||||
#self.site.remember(dl, IDownloader)
|
||||
|
||||
# TODO: figleaf gets confused when the last line of a file is a comment. I
|
||||
# suspect an off-by-one error in the code that decides which lines are code
|
||||
# and which are not.
|
||||
pass
|
||||
|
Loading…
Reference in New Issue
Block a user