Skip to content

Commit

Permalink
avoid accidental usage
Browse files Browse the repository at this point in the history
  • Loading branch information
ladyada committed Nov 2, 2010
1 parent 5d34c06 commit c0ed816
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions addpattern.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ def bytesForMemo(rows):

version = '1.0'

if len(sys.argv) < 4:
print 'Usage: %s oldbrotherfile image.bmp newbrotherfile' % sys.argv[0]
sys.exit()

print "I dont work, sorry!"
sys.exit()

imgfile = sys.argv[2]

Expand Down

0 comments on commit c0ed816

Please sign in to comment.