Fix bad merge in 08446fba.

Sometimes, git default merge strategy is really dumb. Or it may be me.
parent 08446fba
...@@ -651,9 +651,6 @@ class Slapgrid(object): ...@@ -651,9 +651,6 @@ class Slapgrid(object):
else: else:
timestamp = None timestamp = None
software_path = os.path.join(self.software_root,
getSoftwareUrlHash(software_url))
# Get periodicity from periodicity file if not forced # Get periodicity from periodicity file if not forced
if not self.force_periodicity: if not self.force_periodicity:
periodicity_path = os.path.join(software_path,'periodicity') periodicity_path = os.path.join(software_path,'periodicity')
......
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