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

Script doesn't accept magic commands #8

Open
matthiasdiener opened this issue Sep 28, 2020 · 0 comments
Open

Script doesn't accept magic commands #8

matthiasdiener opened this issue Sep 28, 2020 · 0 comments

Comments

@matthiasdiener
Copy link
Member

$ cat script
.help

$ runalyzer summary.dat  script
Traceback (most recent call last):
  File "/Users/mdiener/miniforge3/envs/ceesd/bin/runalyzer", line 7, in <module>
    exec(compile(f.read(), __file__, 'exec'))
  File "/Users/mdiener/Work/emirge/logpyle/bin/runalyzer", line 37, in <module>
    main()
  File "/Users/mdiener/Work/emirge/logpyle/bin/runalyzer", line 25, in main
    exec(compile(open(args[1]).read(), args[1], 'exec'),
  File "script", line 1
    .help
    ^
SyntaxError: invalid syntax
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

No branches or pull requests

1 participant