]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/examples/python/DirStartUp.py
- Add VolumePurged method to Python JobEvents class. Fixes
[bacula/bacula] / bacula / examples / python / DirStartUp.py
index 00cedc1b05ea9eed9c3c981cb040b27cb329573a..b9d695fdd996b8c407f33d1bf05e2cea0f87f341 100644 (file)
@@ -72,6 +72,8 @@ class JobEvents:
      job.JobReport="Python after New Volume set for Job.\n"  
      return 1
 
+  def VolumePurged(self, job):
+     noop = 1
 
   # Pass output back to Bacula
   def write(self, text):