Compare commits
No commits in common. "07a2bf7e385dc4a27c838581f6f8d678f54f916e" and "ee77279d6e3ffc48f742d3bba68e5d43b4aa89f2" have entirely different histories.
07a2bf7e38
...
ee77279d6e
@ -32,7 +32,7 @@ def is_convertable(activity: str) -> bool:
|
|||||||
"""
|
"""
|
||||||
filename = activity_units_path(activity)
|
filename = activity_units_path(activity)
|
||||||
raw_data = json.load(open(filename))
|
raw_data = json.load(open(filename))
|
||||||
return raw_data.get("convertable")
|
return raw_data.get("transformable")
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user