fstab50 / xlines

Counts number of lines of code in a project (python3 implementation)
GNU General Public License v3.0
1 stars 1 forks source link

No truncation of long paths #18

Open fstab50 opened 5 years ago

fstab50 commented 5 years ago

No matter how long a path, no truncation takes place

Bug valid for both modes:

fstab50 commented 5 years ago

CORRECTION:

 * No truncation of paths when run under multiprocessing execution.
 * No relative paths when run under mp execution; all paths are shown as absolute only