We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26cab89 commit caf2295Copy full SHA for caf2295
dir_recurser.py
@@ -16,6 +16,6 @@ def dir_recurse(target_directory):
16
if __name__ == '__main__':
17
try:
18
target_dir = sys.argv[1]
19
- dir_recurse()
+ dir_recurse(target_dir)
20
except IndexError:
21
print "python dir_recurser.py [/full/path/of/target/dir]"
0 commit comments