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
Currently pulp build --include foo:bar will attempt to include files from both foo and bar on linux and mac, but on windows it will look for a single directory called foo:bar. The separator is path.delimiter, i.e. colon on linux and mac, and semicolon on windows. This is a bit silly in retrospect. Not quite sure what to do about this right now but I'll leave this here and come back to it later.
The text was updated successfully, but these errors were encountered:
Currently
pulp build --include foo:bar
will attempt to include files from bothfoo
andbar
on linux and mac, but on windows it will look for a single directory calledfoo:bar
. The separator ispath.delimiter
, i.e. colon on linux and mac, and semicolon on windows. This is a bit silly in retrospect. Not quite sure what to do about this right now but I'll leave this here and come back to it later.The text was updated successfully, but these errors were encountered: