Skip to content

Commit

Permalink
add todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Konboi committed Apr 2, 2021
1 parent fa9fcb1 commit 98357ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions launchable/commands/record/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ def session(build_name: str, save_session_file: bool, print_session: bool = True
"Content-Type": "application/json",
}

# TODO: check duplicate keys
flavor_dict = {}
for f in flavor:
flavor_dict[f[0]] = f[1]
Expand Down

0 comments on commit 98357ea

Please sign in to comment.