Skip to content

Commit

Permalink
Remove unnecessary comment outs
Browse files Browse the repository at this point in the history
  • Loading branch information
AkioHayakawa-sony committed May 6, 2021
1 parent 6e997c3 commit 309060a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions nnabla_browser/directory_monitoring.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,7 @@ def nnabla_proto_to_json(file_path):
if 'Param"' not in line:
continue

s_cur = line.split('"') # muse bt [" ", "XXXPram", ": {"]

# assertion
# assert len(s) == 3
# assert s[1].endswith("Param")
s_cur = line.split('"') # must bt [" ", "XXXPram", ": {"]

s_cur[1] = "param"
s[i] = '"'.join(s_cur)
Expand Down

0 comments on commit 309060a

Please sign in to comment.