Skip to content
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.

Commit

Permalink
removed useless return
Browse files Browse the repository at this point in the history
  • Loading branch information
megamaz committed Nov 20, 2020
1 parent a8baf08 commit ac03479
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion noodle_extensions/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ def editBlock(self, beat:int, pos:tuple, track:str=None, false:bool=False, inter
}
json.dump(notes, editnote_)
return note
return "Couldn't find note"

def editWall(self, beat:int, length:int, index:int, track:str=None, false:bool=False, interactable:bool=True) -> dict:
'''The exact same as EditNote except it's EditWall (edits a wall.) Returns the wall's data
Expand Down

0 comments on commit ac03479

Please sign in to comment.