Skip to content
This repository has been archived by the owner on Mar 11, 2019. It is now read-only.

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanLorenzo committed Oct 20, 2016
1 parent 8403b10 commit 1a62e49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nightlies_watcher/publish.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ def publish_if_possible(config, repository, revision):

def _fetch_task_ids_per_achitecture(repository, target_revision, android_architectures_definition):
return {
pusk_apk_architecture_name: {
push_apk_architecture_name: {
'task_id': tc_index.get_task_id(repository, target_revision, tc_namespace_architecture_name)
}
for pusk_apk_architecture_name, tc_namespace_architecture_name
for push_apk_architecture_name, tc_namespace_architecture_name
in android_architectures_definition.items()
}

Expand Down

0 comments on commit 1a62e49

Please sign in to comment.