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

unable to access jsunpackn.py through custom scripts. #25

Open
GoogleCodeExporter opened this issue Apr 1, 2015 · 1 comment
Open

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. when we try to run jsunpackn.py from another batch file or through another 
python script.

What is the expected output? What do you see instead?
When we try to access jsunpackn.py from another python program, jsunpackn.py is 
unable to read the options.config file and its variables.
throws an error starting from,
options.timeout = int(options.timeout)

If i manually set the time here, it will throw error on redo timer and keeps 
going on.

Happens especially when accessing it from another script.

What version of the product are you using? On what operating system?
The latest SVN trunk.




Original issue reported on code.google.com by balasurfs on 14 Mar 2013 at 8:14

@GoogleCodeExporter
Copy link
Author

Perhaps using this command line option will help:

  -c CONFIGFILE, --config=CONFIGFILE
                        configuration filepath (default options.config)

If you don't specify this, it will only look for options.config in the current 
directory. Does this solve your problem?

Original comment by urul...@gmail.com on 18 Mar 2013 at 7:59

  • Added labels: ****
  • Removed labels: ****

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

No branches or pull requests

1 participant