Skip to content

Commit

Permalink
Fix error mapping story id to filename
Browse files Browse the repository at this point in the history
  • Loading branch information
tpope committed Dec 1, 2008
1 parent 4e6e6ce commit 3af8cc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pickler/feature.rb
Expand Up @@ -30,7 +30,7 @@ def initialize(pickler, identifier)
end

def local_body
File.read(@filename) if @filename
File.read(filename) if filename
end

def filename
Expand Down

0 comments on commit 3af8cc9

Please sign in to comment.