We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65694d9 commit f3e6c6fCopy full SHA for f3e6c6f
python/lsst/sconsUtils/tests.py
@@ -265,7 +265,7 @@ def run(self, fileGlob):
265
# the root directory
266
filePrefix = "file:"
267
if a.startswith(filePrefix): # they explicitly said that this was a file
268
- a = os.path.join(self._cwd, a[len(filePrefix) :])
+ a = os.path.join(self._cwd, a[len(filePrefix):])
269
else:
270
try: # see if it's a file
271
os.stat(a)
0 commit comments