diff options
| author | Joseph Hunkeler <jhunkeler@gmail.com> | 2014-01-27 23:53:22 -0500 |
|---|---|---|
| committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2014-01-27 23:53:22 -0500 |
| commit | 23be2e6035c7b48578c84654b4e44f83afafafc7 (patch) | |
| tree | 8c15f2cf13e728339ed438985342b4cdc86d53b4 | |
| parent | 25d1fcf959fc8ea16566e0d6b40b82bc40b4a898 (diff) | |
| download | htc_utils-23be2e6035c7b48578c84654b4e44f83afafafc7.tar.gz | |
Removed random colon
| -rwxr-xr-x | condor_split.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/condor_split.py b/condor_split.py index d78efde..faf08d8 100755 --- a/condor_split.py +++ b/condor_split.py @@ -37,7 +37,7 @@ def main(): parser.add_argument("--chunks", default=4, help="Number of entries per file") args = parser.parse_args() - paths = path_dive(args.search_path, args.extension, args.strip_components): + paths = path_dive(args.search_path, args.extension, args.strip_components) print("{} files".format(len(paths))) if not paths: exit(0) |
