Skip to content

Instantly share code, notes, and snippets.

@piuccio
Created September 14, 2015 09:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save piuccio/dd38e85e3f3d42ed1acb to your computer and use it in GitHub Desktop.
Save piuccio/dd38e85e3f3d42ed1acb to your computer and use it in GitHub Desktop.
Log press action on facia tool
val f = FaciaPressQueue.enqueue(PressJob(FrontPath(path), Draft, forceConfigUpdate = Option(true)))
f.onComplete{
case Success(_) => Logger.info("successful queued " + path)
case Failure(t) => Logger.info(s"failed with $path $t")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment