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

Remove newline causing script failure#1

Merged
mhucka merged 1 commit into
casics:masterfrom
cnewman:master
Apr 20, 2018
Merged

Remove newline causing script failure#1
mhucka merged 1 commit into
casics:masterfrom
cnewman:master

Conversation

@cnewman

@cnewman cnewman commented Apr 18, 2018

Copy link
Copy Markdown

…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

mhucka commented Apr 20, 2018

Copy link
Copy Markdown
Member

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

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

cnewman commented Apr 24, 2018

Copy link
Copy Markdown
Author

@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