CindyDelage commited on
Commit
3418d2a
·
verified ·
1 Parent(s): a3541f4

Update tools.py

Browse files
Files changed (1) hide show
  1. tools.py +1 -0
tools.py CHANGED
@@ -28,6 +28,7 @@ class read_python_file(Tool):
28
  output_type = "string"
29
 
30
  def forward(self, file_name):
 
31
  try:
32
  with open(file_name, "r", encoding="utf-8") as fichier:
33
  contenu = fichier.read()
 
28
  output_type = "string"
29
 
30
  def forward(self, file_name):
31
+
32
  try:
33
  with open(file_name, "r", encoding="utf-8") as fichier:
34
  contenu = fichier.read()