[services] entropy-pkgdelta-generator: write to stdout

This commit is contained in:
Fabio Erculiani
2011-11-26 18:11:46 +01:00
parent 5d39b4c423
commit 11f1eee75a

View File

@@ -224,7 +224,7 @@ if __name__ == "__main__":
if lock_file:
acquired = entropy.tools.acquire_lock(lock_file, lock_map)
if not acquired:
sys.stderr.write("cannot acquire lock on " + lock_file + "\n")
sys.stdout.write("cannot acquire lock on " + lock_file + "\n")
raise SystemExit(5)
try:
rc = func(argv, quiet)