File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 3737def read (fname ):
3838 """
3939 Utility function to cat in a file (used for the README)
40- @param fname: the name of the file to read, relative to the directory containing this file
40+ @param fname: the name of the file to read,
41+ relative to the directory containing this file
4142 @return: The string content of the opened file
4243 """
4344 with open (os .path .join (repository_dir , fname ), mode = 'r' ) as f :
Original file line number Diff line number Diff line change 3737def read (fname ):
3838 """
3939 Utility function to cat in a file (used for the README)
40- @param fname: the name of the file to read, relative to the directory containing this file
40+ @param fname: the name of the file to read,
41+ relative to the directory containing this file
4142 @return: The string content of the opened file
4243 """
4344 with open (os .path .join (repository_dir , fname ), mode = 'r' ) as f :
Original file line number Diff line number Diff line change 3434def read (fname ):
3535 """
3636 Utility function to cat in a file (used for the README)
37- @param fname: the name of the file to read, relative to the directory containing this file
37+ @param fname: the name of the file to read,
38+ relative to the directory containing this file
3839 @return: The string content of the opened file
3940 """
4041 with open (os .path .join (repository_dir , fname ), mode = 'r' ) as f :
Original file line number Diff line number Diff line change 2727def read (fname ):
2828 """
2929 Utility function to cat in a file (used for the README)
30- @param fname: the name of the file to read, relative to the directory containing this file
30+ @param fname: the name of the file to read,
31+ relative to the directory containing this file
3132 @return: The string content of the opened file
3233 """
3334 with open (os .path .join (repository_dir , fname ), mode = 'r' ) as f :
You can’t perform that action at this time.
0 commit comments