Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#119: fix graphing exception #1042

Merged

Conversation

benfitzpatrick
Copy link
Contributor

Currently, when running cylc graph, we get:

Traceback (most recent call last):
  File "/opt/cylc/bin/cylc-graph", line 217, in <module>
    start_point_string, stop_point_string )
  File "/opt/cylc/lib/cylc/cylc_xdot.py", line 296, in __init__
    self.start_point_string = start_point_string
NameError: global name 'start_point_string' is not defined

This fixes the traceback and allows all the tests to pass.

@matthewrmshin, please review.

@benfitzpatrick benfitzpatrick added this to the cylc-6 milestone Jul 30, 2014
matthewrmshin added a commit that referenced this pull request Jul 30, 2014
@matthewrmshin matthewrmshin merged commit 0c5be4b into cylc:119.iso8601-cycling Jul 30, 2014
@benfitzpatrick benfitzpatrick deleted the 119-fix-graphing branch October 15, 2014 12:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants