Skip to content
Snippets Groups Projects
Verified Commit 41acdd92 authored by Lars Bilke's avatar Lars Bilke
Browse files

Added gui - pm check.

parent 297ec8f8
No related branches found
No related tags found
No related merge requests found
...@@ -81,6 +81,9 @@ def main(): # pragma: no cover ...@@ -81,6 +81,9 @@ def main(): # pragma: no cover
if args.convert: if args.convert:
print('--convert cannot be used with --format singularity! ' print('--convert cannot be used with --format singularity! '
'Ignoring!') 'Ignoring!')
if args.gui and args.pm == "system":
print('--gui can only be used with --pm conan!')
quit(1)
info = container_info(build, args) info = container_info(build, args)
if args.cleanup: if args.cleanup:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment