./ctl update fails with ValueError #262

Open
opened 2016-02-19 16:21:26 +00:00 by somebody · 0 comments
somebody commented 2016-02-19 16:21:26 +00:00
Owner
> File "/Users/rolux/Desktop/Code/openmedialibrary/platform_darwin64/lib/python3.5/runpy.py", line 170, in _run_module_as_main
    "*main*", mod_spec)
> File "/Users/rolux/Desktop/Code/openmedialibrary/platform_darwin64/lib/python3.5/runpy.py", line 85, in _run_code
    exec(code, run_globals)
> File "oml/*main*.py", line 28, in <module>
    commands.main()
> File "oml/commands.py", line 311, in main
    globals()["command_%s"%command](*sys.argv[2:])
> File "oml/commands.py", line 125, in command_postupdate
    o, old, n, new = args
<ValueError>: not enough values to unpack (expected 4, got 3)
``` > File "/Users/rolux/Desktop/Code/openmedialibrary/platform_darwin64/lib/python3.5/runpy.py", line 170, in _run_module_as_main "*main*", mod_spec) > File "/Users/rolux/Desktop/Code/openmedialibrary/platform_darwin64/lib/python3.5/runpy.py", line 85, in _run_code exec(code, run_globals) > File "oml/*main*.py", line 28, in <module> commands.main() > File "oml/commands.py", line 311, in main globals()["command_%s"%command](*sys.argv[2:]) > File "oml/commands.py", line 125, in command_postupdate o, old, n, new = args <ValueError>: not enough values to unpack (expected 4, got 3) ```
0x2620 added this to the M2 (now) milestone 2016-02-19 16:21:26 +00:00
0x2620 added the
major
defect
labels 2016-02-19 16:21:26 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: 0x2620/openmedialibrary#262
No description provided.