aiidalab / aiidalab-launch

Tool to launch AiiDAlab on a local workstation.
MIT License
5 stars 3 forks source link

Remove conflicting option for exec command #131

Closed danielhollas closed 2 years ago

danielhollas commented 2 years ago

-p is already used to specify profile so it cannot be a shorthand for --privileged

codecov[bot] commented 2 years ago

Codecov Report

Merging #131 (2f995ae) into main (64dc000) will not change coverage. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #131   +/-   ##
=======================================
  Coverage   86.19%   86.19%           
=======================================
  Files           9        9           
  Lines         826      826           
=======================================
  Hits          712      712           
  Misses        114      114           
Flag Coverage Δ
py-3.10 86.07% <100.00%> (ø)
py-3.7 85.57% <100.00%> (ø)
py-3.8 ?
py-3.9 86.14% <100.00%> (ø)

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

Impacted Files Coverage Δ
aiidalab_launch/__main__.py 79.13% <100.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 64dc000...2f995ae. Read the comment docs.