[OH-Dev] [issue596] Git Training Missions: Create A Patch will not accept an answer
aviendha
bugs at openhatch.org
Wed Sep 21 02:04:48 UTC 2011
New submission from aviendha <aviendha1591 at gmail.com>:
When I try to submit what I think is a perfectly good patch on the second task
of the git training mission
(http://openhatch.org/missions/git/diff/submit#gitdiff-form), the grader will
not accept my input. I get the very unuseful error message "patch file is
incorrect, try again". Input is given below.
>From f3c4e46bcf63cbdf15ae45df0fde7a0b73081bb8 Mon Sep 17 00:00:00 2001
From: Aviendha Lannister <aviendha1591 at BreathOfAir.local>
Date: Tue, 20 Sep 2011 20:14:49 -0400
Subject: [PATCH] Fixed hello world
---
hello.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/hello.py b/hello.py
index 680b306..12942f8 100644
--- a/hello.py
+++ b/hello.py
@@ -1,4 +1,4 @@
#! /usr/bin/env python
#Author: The Brain
-print "Goodbye world!"
+print "Hello, world!"
--
1.7.6.1
----------
messages: 2513
nosy: aviendha, paulproteus
priority: bug
status: unread
title: Git Training Missions: Create A Patch will not accept an answer
__________________________________________
Roundup issue tracker <bugs at openhatch.org>
<https://openhatch.org/bugs/issue596>
__________________________________________
More information about the Devel
mailing list