Skip to content
This repository was archived by the owner on Aug 22, 2024. It is now read-only.

Commit e212ee0

Browse files
authored
Merge pull request #29 from hskang9/patch-2
Update mergevec.py
2 parents 6aa7a84 + 9f402e6 commit e212ee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/mergevec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def merge_vec_files(vec_directory, output_vec_file):
104104

105105
# Check to make sure there are .vec files in the directory
106106
if len(files) <= 0:
107-
print('Vec files to be mereged could not be found from directory: {0}'.format(vec_directory))
107+
print('Vec files to be merged could not be found from directory: {0}'.format(vec_directory))
108108
sys.exit(1)
109109
# Check to make sure there are more than one .vec files
110110
if len(files) == 1:

0 commit comments

Comments
 (0)