Commit graph

2 commits

Author SHA1 Message Date
a3b0596584 Working simple import script - unless issue title is too long
Then it breaks with:

Traceback (most recent call last):
  File '/home/mlncn/Projects/agaric/forgejo_helpers/import_issues.py', line 57, in <module>
    import_issues(owner, repo, csv_filename)
  File '/home/mlncn/Projects/agaric/forgejo_helpers/import_issues.py', line 47, in import_issues
    new_issue_url = json_response['html_url']
                    ~~~~~~~~~~~~~^^^^^^^^^^^^
KeyError: 'html_url'
2024-05-15 17:25:23 -04:00
24a99ee2d4 Take one at an import issues script 2024-05-15 15:54:16 -04:00