Skip to content

Commit

Permalink
Fix pep8 error and typo after rebase master
Browse files Browse the repository at this point in the history
  • Loading branch information
h-leth authored and zeddo123 committed Feb 8, 2022
1 parent a6d953e commit d5f54d8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion squirrel/commands/watch.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def purge_deleted_files(files, logger):
def daemon(wd, logger):
watches = wd
try:
project_type = get_data_from_project_file()['project_type']
project_type = get_data_from_project_file()['project-type']
except FileNotFoundError:
return False

Expand Down
1 change: 0 additions & 1 deletion squirrel/xml.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import os
import sys
import xml.etree.ElementTree as ET
from datetime import datetime

Expand Down

0 comments on commit d5f54d8

Please sign in to comment.