parallel-p / please

Open-source cross-platform tool for creating and editing contest problems for programming contests (such as ACM ICPC, IOI, etc.)
9 stars 0 forks source link

Не работает check solution #266

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Не работают команды check solution *** и check main solution:
  File "c:\please\please\launcher.py", line 96, in main
    matcher.matches(args)
  File "c:\please\please\command_line\matcher.py", line 70, in matches
    return function_found(**function_args_found)
  File "c:\please\please\solution_tester\check_solution.py", line 48, in check_solution
    if is_standalone_solution(substr):
  File "c:\please\please\solution_tester\check_solution.py", line 38, in is_standalone_solution
    return os.path.isfile(substr) and is_program_detect(substr)
NameError: global name 'is_program_detect' is not defined

Original issue reported on code.google.com by gurovic@gmail.com on 29 Aug 2012 at 6:21

GoogleCodeExporter commented 9 years ago
Пофиксил ревизии три назад, точно не помню.

Original comment by alex0pla...@gmail.com on 8 Sep 2012 at 7:58