Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
finesse
pykat
Commits
ab37de12
Commit
ab37de12
authored
Dec 04, 2013
by
Andreas Freise
Browse files
forgot to initialise tempdir/name to None.
parent
1dfa42e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
pykat/finesse.py
View file @
ab37de12
...
...
@@ -69,7 +69,7 @@ class katRun(object):
class
kat
(
object
):
def
__init__
(
self
,
kat_file
=
None
,
kat_code
=
None
,
katdir
=
""
,
katname
=
""
,
tempdir
=
""
,
tempname
=
""
):
def
__init__
(
self
,
kat_file
=
None
,
kat_code
=
None
,
katdir
=
""
,
katname
=
""
,
tempdir
=
None
,
tempname
=
None
):
self
.
scene
=
None
# scene object for GUI
self
.
__components
=
{}
# dictionary of optical components
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment