Update commoncrawl_wat_path_comparer.py
This commit is contained in:
parent
7d5b3653c6
commit
10c2658bff
@ -13,7 +13,7 @@ def list_files_in_directory(directory):
|
||||
|
||||
def main():
|
||||
# Get the directory containing wat.paths file
|
||||
wat_paths_directory = get_user_input("Enter the directory containing the "wat.paths" file")
|
||||
wat_paths_directory = get_user_input("Enter the directory containing the wat.paths file")
|
||||
|
||||
# Construct the full path to wat.paths file
|
||||
wat_paths_file_path = os.path.join(wat_paths_directory, 'wat.paths')
|
||||
|
Loading…
Reference in New Issue
Block a user