Skip to content

Commit

Permalink
Remove CR addition in train.txt file - for Issue #6
Browse files Browse the repository at this point in the history
  • Loading branch information
prabindh committed Mar 29, 2017
1 parent 0f11fa4 commit df4fe82
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file removed euclid.png
Binary file not shown.
2 changes: 1 addition & 1 deletion euclid.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def SavePathToConfig(self, newPath):

def AddFileToTrainingList(self, newFile):
#training file
trainfile = open(os.path.join(sys.path[0], "train.txt"), "a+")
trainfile = open(os.path.join(sys.path[0], "train.txt"), "ab+")
trainfile.write(newFile + "\n")
trainfile.close()

Expand Down

0 comments on commit df4fe82

Please sign in to comment.