Skip to content

Commit 87ff11b

Browse files
justo46digitalillusions
authored andcommitted
Updated comment
1 parent e12708a commit 87ff11b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

bseq/callback.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ def update_path(self, context):
1111
context.scene.BSEQ.use_pattern = False
1212
context.scene.BSEQ.pattern = ""
1313

14+
'''
15+
Detects all the file sequences in the directory
16+
'''
17+
1418
p = context.scene.BSEQ.path
1519
try:
1620
f = fileseq.findSequencesOnDisk(p)
@@ -31,9 +35,6 @@ def update_path(self, context):
3135

3236

3337
def item_fileseq(self, context):
34-
'''
35-
Detects all the file sequences in the directory
36-
'''
3738
return file_sequences
3839

3940

0 commit comments

Comments
 (0)