Index: functional/popups.py |
=================================================================== |
--- functional/popups.py (revision 80393) |
+++ functional/popups.py (working copy) |
@@ -73,7 +73,7 @@ |
while attempts < 3: |
if self.GetActiveTabTitle(window_index=1) != \ |
'Popup created using window.open': |
- logging.debug('Attempt %s' % attempts+1) |
+ logging.debug('Attempt %d' % attempts+1) |
Nirnimesh
2011/04/05 17:43:02
put space around +
sunandt
2011/04/05 17:45:24
Done.
|
self.NavigateToURL(file_url, 1, 0) |
attempts = attempts + 1 |
else: |