Skip to content

Commit f2e7054

Browse files
committed
Update compareFilesInTwoDirectories.py
1 parent b7e5503 commit f2e7054

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compareFilesInTwoDirectories.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
import csv
33
from datetime import datetime
44
import time
5+
import argparse
56

67
parser = argparse.ArgumentParser()
78
parser.add_argument('-1', '--primaryFilePath', help='the primary file path (C:/Test/). optional - if not provided, the script will ask for input')

0 commit comments

Comments
 (0)