← Back to team overview

holland-coredev team mailing list archive

[Bug 782867] [NEW] random plugin busted in 1.1

 

Public bug reported:

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)',))

** Affects: holland-backup
     Importance: Low
         Status: New


** Tags: amsterdam

-- 
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:
  New

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)',))


Follow ups

References