You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The do_create script uses helphelp internally. If you modify any files, for example with Kate, some editors create a backup file which end up as "~". This makes the script fail with the following message:
$ ./do_create html
Generating help into directory 'html'
Reading repository /tmp/studio-help
Writing output...
[...]
Parse error: e.message
Error executing command 'helphelp -o html /tmp/studio-help'
Make sure you have installed the helphelp gem by running
sudo gem install helphelp
The error goes away if you delete the backup file.
The text was updated successfully, but these errors were encountered:
The do_create script uses helphelp internally. If you modify any files, for example with Kate, some editors create a backup file which end up as "~". This makes the script fail with the following message:
The error goes away if you delete the backup file.
The text was updated successfully, but these errors were encountered: