Skip to content

Instantly share code, notes, and snippets.

@epl692
Created March 29, 2015 23:20
Show Gist options
  • Save epl692/ec05e423296c1b941955 to your computer and use it in GitHub Desktop.
Save epl692/ec05e423296c1b941955 to your computer and use it in GitHub Desktop.
knightos init --platform=TI83p barf
epl692@epl692-laptop ~/KnightOS
$ knightos init --platform=TI83p
Traceback (most recent call last):
File "/usr/knightos-sdk/main.py", line 71, in <module>
compiler=args["--compiler"], template=args["--template"], force=args["--force"])
File "/usr/knightos-sdk/init.py", line 16, in execute
exists = setup_root(root, project_name, force)
File "/usr/knightos-sdk/init.py", line 107, in setup_root
os.makedirs(root, mode=0o755, exist_ok=True)
File "/usr/lib/python3.2/os.py", line 155, in makedirs
mkdir(name, mode)
OSError: [Errno 17] File exists: '/home/epl692/KnightOS'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment