repo_name seems to be used

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2016-11-01 09:34:07 +00:00
parent 7029868c06
commit e0ba5a39b4

View file

@ -16,6 +16,7 @@ import fedmsg.config
username = getpass.getuser()
repo = pygit2.Repository(os.getcwd())
repo_name = '.'.join(os.getcwd().split(os.path.sep)[-1].split('.')[:-1])
print("Emitting a message to the fedmsg bus.")
config = fedmsg.config.load_config([], None)