mirror of
https://github.com/discourse/discourse.git
synced 2025-09-07 12:02:53 +08:00
Make import scripts work with frozen strings
This commit is contained in:
parent
c70d0c6659
commit
0f3c3bc309
14 changed files with 19 additions and 17 deletions
|
@ -24,7 +24,7 @@ module ImportScripts
|
|||
first = true
|
||||
row = nil
|
||||
|
||||
current_row = ""
|
||||
current_row = +""
|
||||
double_quote_count = 0
|
||||
|
||||
File.open(filename).each_line do |line|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue