This commit is contained in:
Patrick Schleizer 2015-10-21 20:57:30 +00:00
parent 75168c8aef
commit c2b5630637

View File

@ -44,7 +44,7 @@ def main():
source_vm = qvm_collection.get_vm_by_name(source) source_vm = qvm_collection.get_vm_by_name(source)
if source_vm is None: if source_vm is None:
print >> sys.stderr, 'Domain ' + source + ' does not exists (?!)' print >> sys.stderr, 'Domain ' + source + ' does not exist (?!)'
exit(1) exit(1)
os.umask(0002) os.umask(0002)
@ -89,4 +89,4 @@ def main():
else: else:
print >> sys.stderr, 'Ignoring notification of no updates' print >> sys.stderr, 'Ignoring notification of no updates'
main() main()