-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
BugSomething isn't workingSomething isn't working
Description
When the FileSet reference is set in the file the file gets duplicated in the file set.
import pyEDAA.ProjectModel as pm
fileset = pm.FileSet("FileSetA")
file = pm.File("myfile.txt")
file.FileSet = fileset
fileset.AddFile(file)
for file in fileset.Files():
print(file.Path)output
myfile.txt
myfile.txt
Metadata
Metadata
Assignees
Labels
BugSomething isn't workingSomething isn't working