Created
September 14, 2015 09:50
-
-
Save piuccio/dd38e85e3f3d42ed1acb to your computer and use it in GitHub Desktop.
Log press action on facia tool
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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