Skip to content

Commit

Permalink
Merge pull request #1 from EmbarkStudios/master
Browse files Browse the repository at this point in the history
merge from upstream
  • Loading branch information
drewcassidy authored May 20, 2020
2 parents 00f2057 + 7289cdd commit 973f865
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
python-version: 3.6
- name: Install dependencies
run: |
pip install pylint
pip install pylint==2.5.0
- name: Lint with pylint
run: |
python -m pylint $(echo $GITHUB_REPOSITORY | cut -d'/' -f2) --disable=R,fixme --enable=cyclic-import
Expand Down
2 changes: 1 addition & 1 deletion exporter/export_collection.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def _validate_path(export_path):
"""Verifies that the export path is under the Embark Addon's project source path."""
source_path = get_source_path()
if not source_path:
print(f"Warning: Source path was not defined!")
print("Warning: Source path was not defined!")
return RELATIVE_ROOT

if not export_path:
Expand Down

0 comments on commit 973f865

Please sign in to comment.