taylor-lab / facets-preview

Load, review and adjust facets fits
8 stars 3 forks source link

Enhance/linux compatibility #16

Closed anoronh4 closed 4 years ago

anoronh4 commented 4 years ago

Adding alternative statement for when the os system is linux to execute stat with appropriate parameters. The issue is that stat -f%c /path/to/file works on Mac, while on linux these are invalid parameters even though stat exists as a related software on linux. Instead, stat -c %Y /path/to/file must be used.

codecov-commenter commented 4 years ago

Codecov Report

Merging #16 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master     #16   +/-   ##
======================================
  Coverage    0.00%   0.00%           
======================================
  Files           3       3           
  Lines         686     686           
======================================
  Misses        686     686           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 0d89717...f313348. Read the comment docs.