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

Fix syntax error #16

Merged
merged 1 commit into from
Dec 4, 2016
Merged

Fix syntax error #16

merged 1 commit into from
Dec 4, 2016

Conversation

jigpu
Copy link
Contributor

@jigpu jigpu commented Dec 4, 2016

Fixes the following traceback I recieved when running blueshift immediately after installing:

Traceback (most recent call last):
  File "/usr/lib/python3.5/runpy.py", line 184, in _run_module_as_main
    "__main__", mod_spec)
  File "/usr/lib/python3.5/runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "/usr/bin/blueshift/__main__.py", line 94, in <module>
  File "<frozen importlib._bootstrap>", line 969, in _find_and_load
  File "<frozen importlib._bootstrap>", line 954, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 896, in _find_spec
  File "<frozen importlib._bootstrap_external>", line 1139, in find_spec
  File "<frozen importlib._bootstrap_external>", line 1115, in _get_spec
  File "<frozen importlib._bootstrap_external>", line 1096, in _legacy_get_spec
  File "<frozen importlib._bootstrap>", line 444, in spec_from_loader
  File "<frozen importlib._bootstrap_external>", line 533, in spec_from_file_location
  File "/usr/bin/blueshift/icc.py", line 129
    rc = = content[ptr : ptr + n]
         ^
SyntaxError: invalid syntax

@maandree maandree merged commit f7c9f18 into maandree:master Dec 4, 2016
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