Skip to content

Commit 469575e

Browse files
committed
Update 4_map_source_in_chunk.py
1 parent 070032d commit 469575e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

4_map_source_in_chunk.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -248,9 +248,9 @@ def main():
248248
# Move CODE to the processed directory?
249249
# ---------------------------------------------------------
250250
if ret == True:
251-
qa = input('Are you sure you want to MOVE all the vocabulary CODE in the "processed" folder (y/n):')
251+
qa = input('Are you sure you want to MOVE all the mapping CODE in the "processed" folder (y/n):')
252252
while qa.lower() not in ['y', 'n', 'yes', 'no']:
253-
qa = input('I did not understand that. Are you sure you want to MOVE all the vocabulary CODE in the "processed" folder (y/n):')
253+
qa = input('I did not understand that. Are you sure you want to MOVE all the mapping CODE in the "processed" folder (y/n):')
254254
if qa.lower() in ['y', 'yes']:
255255
for f in glob.iglob(dir_sql + '3*.sql'):
256256
file_processed = dir_sql_processed + os.path.basename(f)

0 commit comments

Comments
 (0)