We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2cc3d8 commit b7750b9Copy full SHA for b7750b9
library/extras/file/json_file_reader.e
@@ -14,7 +14,7 @@ feature -- Access
14
template_content: STRING
15
l_last_string: detachable STRING
16
do
17
- create l_file.make (a_path)
+ create l_file.make_with_name (a_path)
18
-- We perform several checks until we make a real attempt to open the file.
19
if not l_file.exists then
20
print ("error: '" + a_path + "' does not exist%N")
0 commit comments