Skip to content

Commit 9733645

Browse files
committed
Changed a function comment
1 parent a31901a commit 9733645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

4Pipe4.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ def SSRfinder(basefile):
348348

349349

350350
def TidyUP(basefile):
351-
#Tidy up the report folder:
351+
'''Tidy up the report folder:'''
352352
os.chdir(os.path.split(basefile)[0])
353353
try:
354354
os.mkdir('Report')

0 commit comments

Comments
 (0)