You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-22 15:06:45 +00:00
Properly closing all files in Python code
This commit is contained in:
@@ -104,6 +104,7 @@ def make_class_list(class_list, columns):
|
||||
f.write("--+-------+")
|
||||
f.write("\n")
|
||||
|
||||
f.close()
|
||||
|
||||
def rstize_text(text, cclass):
|
||||
# Linebreak + tabs in the XML should become two line breaks unless in a "codeblock"
|
||||
@@ -572,6 +573,8 @@ def make_rst_class(node):
|
||||
f.write("\n\n")
|
||||
f.write('\n')
|
||||
|
||||
f.close()
|
||||
|
||||
|
||||
file_list = []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user