Este sitio web funciona mejor con JavaScript.
Inicio
Ayuda
Iniciar sesión
ben
/
kgrader
réplica de
https://github.com/earwig/kgrader
Seguir
1
Destacar
1
Fork
0
Código
Lanzamientos
0
Actividad
Explorar el Código
Fix scoping bug.
master
Ben Kurtovic
hace 8 años
padre
17502782bf
commit
d0712cac9c
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
lib/kgrader/backend/svn.rb
+ 1
- 1
lib/kgrader/backend/svn.rb
Ver fichero
@@ -24,7 +24,7 @@ module KGrader::Backend
@password = STDIN.noecho(&:gets).chomp
puts
unless test_okay url
raise SVNError, "bad password or other network issues"
raise
KGrader::
SVNError, "bad password or other network issues"
end
end
end
Escribir
Vista previa
Cargando…
Cancelar
Guardar