Commit a29d70cc authored by Cédric Le Ninivin's avatar Cédric Le Ninivin

runner: remove trailling space when computing project path

parent b68fe741
......@@ -139,7 +139,7 @@ def getCurrentSoftwareReleaseProfile(config):
"""
try:
software_folder = open(
os.path.join(config['etc_dir'], ".project")).read()
os.path.join(config['etc_dir'], ".project")).read().rstrip()
return realpath(
config, os.path.join(software_folder, config['software_profile']))
# XXXX No Comments
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment