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 ee32580 commit 72f9e1bCopy full SHA for 72f9e1b
src/IECore/FileSequenceVectorParameter.cpp
@@ -257,7 +257,7 @@ FileSequencePtr FileSequenceVectorParameter::parseFileSequence( const std::strin
257
frameList = FrameList::parse( tail );
258
found = true;
259
}
260
-
+
261
catch ( Exception & )
262
{
263
fileSequenceCopy = fileSequenceCopy.substr( 0, spaceIndex )
@@ -267,7 +267,7 @@ FileSequencePtr FileSequenceVectorParameter::parseFileSequence( const std::strin
267
268
spaceIndex = fileSequenceCopy.find_first_of( " " );
269
270
271
272
273
return new FileSequence( filename, frameList );
0 commit comments