vascobarbosa

Results 5 comments of vascobarbosa

``` try: with pidfile.PIDFile("/tmp/doors.pid"): logging.info("Started") except pidfile.AlreadyRunningError: logging.info("Already Running") sys.exit(0) ``` ~~this doesnt work~~ edit: Sorry my bad., this works all the code have to be after this : **with...