← Back to team overview

holland-coredev team mailing list archive

[Bug 782867] Re: random plugin busted in 1.1

 

Updated the random plugin here:

https://github.com/holland-
backup/holland/tree/8a759551f956827f8bb37d21c29df01ff205d9c2


** Changed in: holland-backup
     Assignee: (unassigned) => Andrew Garner (muzazzi)

** Changed in: holland-backup
       Status: New => Fix Committed

-- 
You received this bug notification because you are a member of Holland
Build, which is subscribed to holland-backup.
https://bugs.launchpad.net/bugs/782867

Title:
  random plugin busted in 1.1

Status in Holland Backup Framework:
  Fix Committed

Bug description:
  The random plugin has not been updated to the 1.1 API and, as such, is
  failing:

  tim@HollandBuild:~/git/holland$ holland mk-config random
  2011-05-15 02:22:47,376 [INFO] Failed to open log file: [Errno 2] No such file or directory: u'/var/log/holland/holland.log'
  2011-05-15 02:22:47,376 [INFO] Skipping file logging.
  2011-05-15 02:22:47,384 [ERROR] Exception when loading plugin
  Traceback (most recent call last):
    File "/home/tim/git/holland/holland/core/plugin/manager.py", line 112, in load
      return plugin.load()(plugin.name)
  TypeError: __init__() takes at least 4 arguments (2 given)
  2011-05-15 02:22:47,385 [INFO] ('holland.backup', 'random', TypeError('__init__() takes at least 4 arguments (2 given)',))


References