Skip to content

Commit

Permalink
do not create work directory anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
gmuth committed May 14, 2024
1 parent a1f4331 commit bdb0b3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/de/gmuth/ipp/client/CupsClient.kt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class CupsClient(

private val cupsServer =
IppPrinter(cupsUri, ippClient = ippClient, getPrinterAttributesOnInit = false)
.apply { workDirectory = cupsClientWorkDirectory.createDirectoryIfNotExists(false) }
.apply { workDirectory = cupsClientWorkDirectory }

init {
if (cupsUri.scheme == "ipps") config.trustAnyCertificateAndSSLHostname()
Expand Down

0 comments on commit bdb0b3d

Please sign in to comment.