rahul-gaidhane / project_mag

0 stars 0 forks source link

first run of the script fails #7

Closed satyanash closed 6 years ago

satyanash commented 6 years ago

Running the script for the first time results in the following errors:

./converthtml_v2: line 6: HTML_FILES/main.html: No such file or directory
./converthtml_v2: line 14: HTML_FILES/main.html: No such file or directory
./converthtml_v2: line 23: HTML_FILES/April1990.html: No such file or directory
./converthtml_v2: line 31: HTML_FILES/April1990.html: No such file or directory
mkdir: cannot create directory ‘JPEG_FILES/April1990’: No such file or directory
mkdir: cannot create directory ‘HTML_FILES/April1990’: No such file or directory

No output is generated.

satyanash commented 6 years ago

This means your script isn't creating the concerned directories at all.

satyanash commented 6 years ago

I need to manually create the HTML_FILES and the JPEG_FILES directories to get the script to run. These should also be created by your script.

rahul-gaidhane commented 6 years ago

it is fixed now