Fix the bug with renaming
This commit is contained in:
parent
bd6b46f346
commit
3852d9fdea
@ -28,7 +28,7 @@ func RenameHyphaTo(h ExistingHypha, newName string, replaceName func(string) str
|
|||||||
h.mycoFilePath = replaceName(h.mycoFilePath)
|
h.mycoFilePath = replaceName(h.mycoFilePath)
|
||||||
case *MediaHypha:
|
case *MediaHypha:
|
||||||
h.canonicalName = newName
|
h.canonicalName = newName
|
||||||
h.mycoFilePath = replaceName(h.mediaFilePath)
|
h.mycoFilePath = replaceName(h.mycoFilePath)
|
||||||
h.mediaFilePath = replaceName(h.mediaFilePath)
|
h.mediaFilePath = replaceName(h.mediaFilePath)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user