diff --git a/powersimdata/scenario/execute.py b/powersimdata/scenario/execute.py index bb18d3896..a292282a4 100644 --- a/powersimdata/scenario/execute.py +++ b/powersimdata/scenario/execute.py @@ -407,7 +407,7 @@ def _create_link_to_base_profile(self, kind): target = kind + ".csv" command = "ln -s %s %s" % ( - posixpath.join(const.BASE_PROFILE_DIR, source), + posixpath.join("../../raw", source), posixpath.join(self.TMP_DIR, target), ) stdin, stdout, stderr = self._ssh.exec_command(command)