Skip to content

Commit

Permalink
cleaning files
Browse files Browse the repository at this point in the history
  • Loading branch information
netbe committed Apr 25, 2014
1 parent db5ef8a commit 7ef44c7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions lib/babelish/commandline.rb
@@ -1,5 +1,4 @@
require 'thor'
require 'pathname'
class Commandline < Thor
include Thor::Actions
class_option :verbose, :type => :boolean
Expand Down Expand Up @@ -119,9 +118,6 @@ def csv2base(classname)
args.delete(:filename)

files.each_with_index do |filename, index|
puts options[:worksheets].inspect
puts args.inspect
puts index
if options[:output_basenames]
args[:output_basename] = options[:output_basenames][index]
end
Expand Down
1 change: 1 addition & 0 deletions lib/babelish/csv2base.rb
@@ -1,3 +1,4 @@
require 'pathname'
module Babelish
class Csv2Base
attr_accessor :output_dir, :output_basename
Expand Down

0 comments on commit 7ef44c7

Please sign in to comment.