Skip to content

Commit 5b5cdd8

Browse files
committed
fixed copy and paste mistake.
1 parent 319f94e commit 5b5cdd8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/json_file_module.F90

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -918,8 +918,6 @@ subroutine json_file_rename_path_ascii(me,path,name,found)
918918
character(kind=CK,len=*),intent(in) :: name !! the new name
919919
logical(LK),intent(out),optional :: found !! if the variable was found
920920

921-
if (.not. associated(me%p)) call me%core%create_object(me%p,ck_'') ! create root
922-
923921
call me%json_file_rename(to_unicode(path),name,found)
924922

925923
end subroutine json_file_rename_path_ascii

0 commit comments

Comments
 (0)