regro / rever

Releaser of Versions
https://regro.github.io/rever-docs/
BSD 3-Clause "New" or "Revised" License
75 stars 34 forks source link

Error running rever on regolith #120

Open CJ-Wright opened 6 years ago

CJ-Wright commented 6 years ago

I got the following while bumping regolith

(regro) christopher@christopher-ubuntu ~/dev/regolith master $ rever 0.1.8
Traceback (most recent call last):
  File "/home/christopher/mc/envs/regro/bin/rever", line 6, in <module>
    exec(compile(open(__file__).read(), __file__, 'exec'))
  File "/home/christopher/dev/rever/scripts/rever", line 3, in <module>
    main()
  File "/home/christopher/dev/rever/rever/main.xsh", line 219, in main
    env_main(args=args)
  File "/home/christopher/dev/rever/rever/main.xsh", line 213, in env_main
    run_activities(ns)
  File "/home/christopher/dev/rever/rever/main.xsh", line 129, in run_activities
    need, done = compute_activities_to_run()
  File "/home/christopher/dev/rever/rever/main.xsh", line 93, in compute_activities_to_run
    done = compute_activities_completed()
  File "/home/christopher/dev/rever/rever/main.xsh", line 69, in compute_activities_completed
    entry['version'] == $VERSION):
KeyError: 'version'
CJ-Wright commented 6 years ago

Running on master rever

CJ-Wright commented 6 years ago

This is from using the old rever directory type, we may consider writing something to check this.