You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can reproduce this on my Windows machine (Python 3.6, packages listed below), but I'm fairly sure that the linux laptop I've used in the past doesn't reproduce this.
Given that @Tyler-Ward is (from asking in person) also using Linux, it seems more likely that this is a package version thing than a platform thing.
Here's the output of pip list from a fresh virtualenv which reproduces the issue:
Hrm, on looking at the code I can't see why I wouldn't have been seeing this on my linux machine. The check of interest isn't something which would change with a dependency update:
ifhasattr(part.parent, "code"):
ifargs.assy:
parts.append(part.parent)
else:
print("Warning: Part {} is in an assembly.".format(code),
"To move the assembly, use the -a switch.",
file=sys.stderr)
parts.append(part)
No description provided.
The text was updated successfully, but these errors were encountered: