Skip to content

Commit 2e586a1

Browse files
author
konstantina
committed
Updated comments on function update_comment in disqus.py file.
1 parent f709d18 commit 2e586a1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

codebender_testing/disqus.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ def update_comment(self, sketch, results, current_date, log_entry, openFailFlag,
7272
library = library_match.group(1)
7373

7474
#Check if the currently compiled example belongs to the same library as the previous one.
75+
# To do so we check if value of library is the same with self.last library value which is updated
76+
# every time that we log the results of a compiled example.
7577
if library != self.last_library:
7678
library_to_comment = library
7779

0 commit comments

Comments
 (0)