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
I thought by using gh2md --multiple-files --idempotent --file-extension .gfm rear/rear issues the exsiting files in directory issues/ would be skipped. Seems when the issues directory is already present we get an error:
Traceback (most recent call last):
File "/usr/local/bin/gh2md", line 8, in <module>
sys.exit(main())
File "/usr/local/lib/python3.8/dist-packages/gh2md/gh2md.py", line 799, in main
raise RuntimeError(
RuntimeError: Output directory already exists and has files in it: issues
The text was updated successfully, but these errors were encountered:
I thought by using
gh2md --multiple-files --idempotent --file-extension .gfm rear/rear issues
the exsiting files in directoryissues/
would be skipped. Seems when theissues
directory is already present we get an error:The text was updated successfully, but these errors were encountered: