Prior to this change, Python would concatenate the two quoted strings together without a space, and fedpkg's error message would read
"... to set atoken in your user configuration."
Add a space between "a" and "token".
Looks good to me.
Pull-Request has been merged by onosek
Prior to this change, Python would concatenate the two quoted strings
together without a space, and fedpkg's error message would read
"... to set atoken in your user configuration."
Add a space between "a" and "token".