Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#1770] IATI import #1809

Merged
merged 51 commits into from
Oct 1, 2015
Merged

[#1770] IATI import #1809

merged 51 commits into from
Oct 1, 2015

Conversation

KasperBrandt
Copy link
Contributor

Fixes #1770

Note; Test with small files. I am currently testing with files up to 500 activities, but they take a while..

In order to make a clear distinction in the repository, the structure of the IATI folder is divided into checks, exports and imports.
@akvobot
Copy link

akvobot commented Sep 16, 2015

Checklist

  • Test plan
  • Copyright header
  • Code formatting
  • Documentation

@KasperBrandt KasperBrandt changed the title [Fixes #1770] IATI import [#1770] IATI import Sep 16, 2015
message = u'IATI import, changed: '
for change in self.changes:
message += u'%s, ' % change
message = message[:-2] + u'.'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lines 118 - 121 more pythonic:

            message = u"IATI import, changed: {}.".format(
                u", ".join([change for change in self.changes]))

KasperBrandt added a commit that referenced this pull request Oct 1, 2015
@KasperBrandt KasperBrandt merged commit e640f3f into develop Oct 1, 2015
@KasperBrandt KasperBrandt deleted the #1770-iati-import-model branch October 1, 2015 10:15
@KasperBrandt KasperBrandt restored the #1770-iati-import-model branch October 1, 2015 11:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants