Revert "Fix bad merge in 08446fba."

This reverts commit aa0ba0cf.
parent aa0ba0cf
......@@ -651,6 +651,9 @@ class Slapgrid(object):
else:
timestamp = None
software_path = os.path.join(self.software_root,
getSoftwareUrlHash(software_url))
# Get periodicity from periodicity file if not forced
if not self.force_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