Il sito funziona meglio con JavaScript.
Home
Aiuto
Accedi
ben
/
kgrader
mirror da
https://github.com/earwig/kgrader
Segui
1
Vota
1
Forka
0
Codice
Rilasci
0
Attività
Sfoglia il codice sorgente
Fix scoping bug.
master
Ben Kurtovic
8 anni fa
parent
17502782bf
commit
d0712cac9c
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+1
-1
lib/kgrader/backend/svn.rb
+ 1
- 1
lib/kgrader/backend/svn.rb
Vedi File
@@ -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
Scrivi
Anteprima
Caricamento…
Annulla
Salva