Skip to content

Commit

Permalink
Ignore .DS_Store
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre Fournel committed May 15, 2019
1 parent 47d6d60 commit cadf453
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ build
git-hash
*.tar.gz
.*.swp
.DS_Store

# Gradle
.gradle/
Expand Down
1 change: 0 additions & 1 deletion src/main/scala/modbat/mbt/MBT.scala
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,6 @@ object MBT {
// if modelInstance == null: initial model
def launch(modelInstance: Model): MBT = {
val model = mkModel(modelInstance)

if (Transition.pendingTransitions.isEmpty) {
Log.error("Model " + model.getClass.getName + " has no transitions.")
Log.error("Make sure at least one transition exists of type")
Expand Down

0 comments on commit cadf453

Please sign in to comment.