Skip to content

Commit 322ca35

Browse files
committed
Small change to a file created by a console script
1 parent b51e6c0 commit 322ca35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

seleniumbase/console_scripts/sb_mkdir.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ def main():
139139

140140
data = []
141141
data.append("class Page(object):")
142-
data.append(" html = 'html'")
142+
data.append(' html = "html"')
143143
data.append("")
144144
file_path = "%s/%s" % (dir_name_2, "page_objects.py")
145145
file = codecs.open(file_path, "w+", "utf-8")

0 commit comments

Comments
 (0)