Example #1
0
 def prepare_option(self, option):
     return [to_relative_path(option[0]),
             "line: %d column: %d" % (option[1], option[2])]
Example #2
0
 def prepare_option(self, option):
     return to_relative_path(option[0])