Update commoncrawl_wat_path_comparer.py

This commit is contained in:
datechnoman 2023-12-15 10:36:38 +00:00
parent 7d5b3653c6
commit 10c2658bff

View File

@ -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')