Skip to content

Instantly share code, notes, and snippets.

@koyudoon
Created May 12, 2014 03:25
Show Gist options
  • Save koyudoon/4d1ef0adc78ce48a0464 to your computer and use it in GitHub Desktop.
Save koyudoon/4d1ef0adc78ce48a0464 to your computer and use it in GitHub Desktop.
patch for pit-0.3(python) to fix a tiny typo
--- pit.py.org 2014-05-01 05:22:27.000000000 +0900
+++ pit.py 2014-05-12 12:06:55.989623817 +0900
@@ -33,7 +33,7 @@
if result == c:
print 'No Changes'
if name in profile:
- return profile[nane]
+ return profile[name]
return
result = yaml.load(result)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment