Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Remove newline causing script failure #1

Merged
merged 1 commit into from
Apr 20, 2018
Merged

Conversation

cnewman
Copy link

@cnewman cnewman commented Apr 18, 2018

…Software, 3(24), 653, https://doi.org/10.21105/joss.00653'

It was causing the following error:

Traceback (most recent call last):
File "setup.py", line 14, in
import spiral
File "/home/--/spiral/spiral/init.py", line 32, in
from .version import version, title, description, url
File "/home/--/spiral/spiral/version.py", line 17
citation = 'Hucka, (2018). Spiral: splitters for identifiers in source code files.

Removed newline

…oftware, 3(24), 653, https://doi.org/10.21105/joss.00653'

It was causing the following error:

Traceback (most recent call last):
  File "setup.py", line 14, in <module>
    import spiral
  File "/home/--/spiral/spiral/__init__.py", line 32, in <module>
    from .__version__ import __version__, __title__, __description__, __url__
  File "/home/--/spiral/spiral/__version__.py", line 17
    __citation__    = 'Hucka, (2018). Spiral: splitters for identifiers in source code files.

Removed newline
@mhucka
Copy link
Member

mhucka commented Apr 20, 2018

Thanks for this, and sorry for the trouble this caused.

@mhucka mhucka merged commit 8570d08 into casics:master Apr 20, 2018
@cnewman
Copy link
Author

cnewman commented Apr 24, 2018

@mhucka Not a problem. Spiral is a cool tool; thanks for making it public. :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants