<p>In <a href="https://github.com/opentechinstitute/mlab-observatory/pull/39#discussion-diff-22892517">convert_from_telescope/main.py</a>:</p>
<pre style='color:#555'>> @@ -76,9 +76,10 @@ def perform_conversion(input_filenames, output_dir):
>    file_writer = observatory_file_writer.ObservatoryFileWriter()
>  
>    per_site_result_grouper = result_grouper.PerSiteTelescopeResultGrouper()
> -  per_site_output_dir = os.path.join(output_dir, 'exploreData')
> +  per_site_output_dir = os.path.join(output_dir, 'data', 'exploreData')
</pre>
<p>Yep, ResultConverter handles making sure non-existent directories are created. Good question though, just tested it to confirm.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href="https://github.com/opentechinstitute/mlab-observatory/pull/39/files#r22892517">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AC7qBOhojtYa-VoqAYZBE6Q8RFeAzaZpks5nhXl_gaJpZM4DRPwT.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
  <div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
    <link itemprop="url" href="https://github.com/opentechinstitute/mlab-observatory/pull/39/files#r22892517"></link>
    <meta itemprop="name" content="View Pull Request"></meta>
  </div>
  <meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>