Skip to content

Commit

Permalink
Materials: card reader, delete not needed variable
Browse files Browse the repository at this point in the history
  • Loading branch information
berndhahnebach committed Jun 8, 2019
1 parent d78f5a1 commit 6380b28
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Mod/Material/importFCMat.py
Expand Up @@ -114,7 +114,6 @@ def read(filename):
f = pythonopen(filename)
d = {}
d["CardName"] = card_name_file # CardName is the MatCard file name
ln = 0
for ln, line in enumerate(f):
ln += 1 # enumerate starts with 0, but we would like to have the real line number
if line.startswith('#'):
Expand Down

0 comments on commit 6380b28

Please sign in to comment.