Skip to content

Commit

Permalink
fix missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
DropD committed Sep 21, 2017
1 parent 129811d commit bf23439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiida/cmdline/commands/devel.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class Devel(VerdiCommandWithSubcommands):
'aiida.common',
'aiida.tests.work',
'aiida.utils',
'aiida.control'
'aiida.control',
'aiida.cmdline.tests'
]

Expand Down

0 comments on commit bf23439

Please sign in to comment.