Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-images-generator
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
ygopro-images-generator
Commits
fd989219
Commit
fd989219
authored
Sep 17, 2016
by
神楽坂玲奈
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
log
parent
4114ad3b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
Log.rb
Log.rb
+0
-2
MSETranslator.rb
MSETranslator.rb
+1
-1
No files found.
Log.rb
View file @
fd989219
...
...
@@ -4,8 +4,6 @@ require 'logger'
module
Log
class
<<
self
attr_accessor
:logger
attr_accessor
:out
end
self
.
logger
=
Logger
.
new
STDERR
self
.
out
=
Logger
.
new
STDOUR
end
MSETranslator.rb
View file @
fd989219
...
...
@@ -109,7 +109,7 @@ module MSETranslator
end
Log
.
logger
.
info
(
"Finished a pack named data
#{
key
}
-
#{
Global
.
language
}
.mse-set with following
#{
clear_data
.
count
}
cards:"
)
clear_data
.
each
{
|
card
|
Log
.
logger
.
info
(
YGOCoreJudgers
.
get_log_str
(
card
))}
Log
.
out
.
info
"
#{
key
}
-
#{
Global
.
language
}
.mse-set"
puts
"
#{
key
}
-
#{
Global
.
language
}
.mse-set"
end
def
generate_mse_all
(
datas
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment