Skip to content

Commit b75a8a6

Browse files
author
konstantina
committed
Added missing space after = .
1 parent 0d807d4 commit b75a8a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codebender_testing/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ def comment_compile_libraries_examples(self, sketches, library_examples_dic={},
641641
for url in urls_to_visit:
642642

643643
if library_re.match(url):
644-
library =url.split('/')[-1]
644+
library = url.split('/')[-1]
645645
for key, value in library_examples_dic.iteritems():
646646
if(key==library and len(value)==0):
647647
if logfile is None or not self.run_full_compile_tests:

0 commit comments

Comments
 (0)