Skip to content

Commit caf2295

Browse files
committed
Update dir_recurser.py
1 parent 26cab89 commit caf2295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dir_recurser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ def dir_recurse(target_directory):
1616
if __name__ == '__main__':
1717
try:
1818
target_dir = sys.argv[1]
19-
dir_recurse()
19+
dir_recurse(target_dir)
2020
except IndexError:
2121
print "python dir_recurser.py [/full/path/of/target/dir]"

0 commit comments

Comments
 (0)