Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tiago Peixoto
graph-tool
Commits
3dd3d3d0
Commit
3dd3d3d0
authored
Apr 11, 2007
by
Tiago Peixoto
Browse files
fix ticket #12
git-svn-id:
https://svn.forked.de/graph-tool/trunk@77
d4600afd-f417-0410-95de-beed9576f240
parent
f2e6fc68
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/graph-tool
View file @
3dd3d3d0
...
...
@@ -974,7 +974,10 @@ try:
if
file_name
!=
None
:
prefix
=
str
(
count
)
if
variables
.
has_key
(
"prefix"
):
prefix
=
str
(
variables
[
"prefix"
])
if
variables
[
"prefix"
]
==
None
:
prefix
=
None
else
:
prefix
=
str
(
variables
[
"prefix"
])
hist_key
=
opt
.
name
+
opt
.
value
if
not
history_files
.
has_key
(
hist_key
):
history_files
[
hist_key
]
=
HistoryFile
(
file_name
,
overwrite_history
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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