Skip to content

Committing reports without message creates problems

Attempting to commit a report without the --message (eg. pydarm commit --valid 20240907T183021Z) fails (on my setup it attempted to open gedit to write a message, but the pydarm aborted the operation at the same time), and does not set up the .git directories correctly (there's no branch information), leading to subsequent attempts with the --message included to fail.

Work around is delete the .git directories within the report directory and rerun pydarm commit withe a message.

Edited by Vladimir Bossilkov