Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
infra
ansible-shared
supplemental
Commits
b12ca556
Commit
b12ca556
authored
Jan 29, 2018
by
Hinrikus Wolf
Browse files
fix drucken script
parent
d5802636
Changes
1
Hide whitespace changes
Inline
Side-by-side
cups-client/files/drucken.py
View file @
b12ca556
...
...
@@ -116,7 +116,7 @@ if args.custom_size:
if
args
.
media_type
:
command
+=
[
"-o"
,
"MediaType="
+
args
.
media_type
]
if
args
.
color
:
command
+=
[
"-o"
,
"ColorModel="
+
args
.
media_type
]
command
+=
[
"-o"
,
"ColorModel="
+
args
.
color
]
if
args
.
landscape
:
command
+=
[
"-o"
,
"landscape"
]
if
args
.
pages_per_page
and
args
.
pages_per_page
!=
'1'
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment