Remove comment

This commit is contained in:
Alan Rominger 2021-04-22 11:00:01 -04:00
parent fd466c5cff
commit 29c961e52a
No known key found for this signature in database
GPG Key ID: C2D7EAAA12B63559

View File

@ -2464,7 +2464,6 @@ class RunInventoryUpdate(BaseTask):
os.chmod(inventory_path, stat.S_IRUSR | stat.S_IWUSR | stat.S_IXUSR)
rel_path = os.path.join('inventory', injector.filename)
# rel_path = injector.filename
elif src == 'scm':
rel_path = os.path.join('project', inventory_update.source_path)