Skip to content

Commit

Permalink
Fixed syntax error.
Browse files Browse the repository at this point in the history
  • Loading branch information
flekschas committed Jun 29, 2015
1 parent 345a341 commit 6c397e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def handle(self, username, base_isa_dir, **options):
total = len(isatab_dict)
for (i, filename, skipped) in result.iterate():
try:
if !skipped:
if not skipped:
print (
"{num} / {total}: Successfully parsed {file} into "
"DataSet with UUID {uuid}".format(
Expand Down

0 comments on commit 6c397e8

Please sign in to comment.