nephila / djangocms-installer

Console wizard to bootstrap django CMS projects
https://djangocms-installer.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
177 stars 78 forks source link

small bugfix #382

Open abolix opened 3 years ago

abolix commented 3 years ago

fixed "FileNotFoundError: [Errno 2] No such file or directory: 'python' " on ubuntu 20.04

coveralls commented 3 years ago

Coverage Status

Coverage decreased (-0.3%) to 97.706% when pulling e1fdf55bd8592f33a563a740f64750ab1c9d5757 on abolix:patch-1 into 5f825c02b1c324a2c9c3d0662913a3a2fdf798dd on nephila:develop.

codecov[bot] commented 3 years ago

Codecov Report

Merging #382 (d163a53) into develop (5f825c0) will decrease coverage by 1.32%. The diff coverage is 50.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #382      +/-   ##
===========================================
- Coverage    94.44%   93.11%   -1.33%     
===========================================
  Files            7        9       +2     
  Lines          612      654      +42     
  Branches       128      135       +7     
===========================================
+ Hits           578      609      +31     
- Misses          10       15       +5     
- Partials        24       30       +6     
Flag Coverage Δ
unittests 93.11% <50.00%> (-1.33%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
djangocms_installer/install/__init__.py 91.30% <50.00%> (-4.05%) :arrow_down:
djangocms_installer/__init__.py 100.00% <0.00%> (ø)
djangocms_installer/main.py 75.00% <0.00%> (ø)

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 5f825c0...e1fdf55. Read the comment docs.