Skip to content

Commit

Permalink
Adjusts
Browse files Browse the repository at this point in the history
  • Loading branch information
lucascaton committed May 31, 2011
1 parent ccacbad commit b8a3e21
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code2pdf
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,13 @@ BLACK_LIST_FILES = []
PATH = ARGV[0]
@code_files = []

# Read code
# Check if path exists
unless File.exists? PATH
puts "'#{PATH}' path does not exist."
exit
end

# Read code files from path
# loop do
# @code_files << [file_name, file_content]
# end
Expand Down

0 comments on commit b8a3e21

Please sign in to comment.