Skip to content

Commit

Permalink
figshare_group: f-strings #42
Browse files Browse the repository at this point in the history
  • Loading branch information
astrochun committed Sep 28, 2020
1 parent 61c0e6c commit acaa1af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requiam/grouper_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def figshare_group(group, root_stem, production=True):

stem_query = figshare_stem(stem=root_stem, production=production)

grouper_group = '{}:{}'.format(stem_query, group)
grouper_group = f'{stem_query}:{group}'

return grouper_group

Expand Down

0 comments on commit acaa1af

Please sign in to comment.