Apply suggestions from code review of branch camera_modes
Co-authored-by: Joe Knapper <joe.knapper@glasgow.ac.uk>
This commit is contained in:
parent
bc7204f554
commit
071d62e8a0
11 changed files with 28 additions and 28 deletions
|
|
@ -92,7 +92,7 @@ def test_saving_thing_propagates_on_join():
|
|||
path2 = path.join("bar")
|
||||
assert not path2.save_location_set
|
||||
|
||||
# Set thing and check joiend path is as expected
|
||||
# Set thing and check joined path is as expected
|
||||
path2.set_saving_thing(thing)
|
||||
assert path2.save_location_set
|
||||
assert path2.abs_data_path == os.path.join("data", "thing", "foo", "bar")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue