Skip to content

Commit dc375e6

Browse files
committed
importing os so that we could handle when a path is file vs when a path is a dir
1 parent 72c9e8e commit dc375e6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • implement-shell-tools/wc

implement-shell-tools/wc/wc.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@
9090
# }
9191

9292
import argparse
93+
import os
9394

9495
parser = argparse.ArgumentParser(
9596
prog="counter",

0 commit comments

Comments
 (0)