Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
marinerhemant committed Sep 23, 2024
1 parent 4db2674 commit 80b7159
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions utils/updateZarrDset.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ def checkType(s):
fnIn = args.fn
upd = args.updatedValue

if key[0] == '/':
key = key[1:]

if len(folder) == 0 or folder == '.':
folder = os.getcwd()
os.chdir(folder)
Expand Down

0 comments on commit 80b7159

Please sign in to comment.