Skip to content

Commit

Permalink
Fixed pep8 regression
Browse files Browse the repository at this point in the history
  • Loading branch information
chintal committed Oct 9, 2015
1 parent d4ca842 commit 6a3d009
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tendril/gedaif/gsymlib.py
Expand Up @@ -388,7 +388,8 @@ def regenerate_symlib():
global index_upper
index_upper = gen_index(gsymlib, upper=True)
global generator_names
generator_names = [os.path.splitext(x.fname)[0] + '.gen' for x in generators]
generator_names = [os.path.splitext(x.fname)[0] + '.gen'
for x in generators]
global gsymlib_idents
gsymlib_idents = index.keys()

Expand Down

0 comments on commit 6a3d009

Please sign in to comment.