Skip to content

Commit

Permalink
BUGFIX: pylint on setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
amilcarlucas committed Jun 12, 2024
1 parent 4394967 commit a89ca79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
try:
subprocess.check_call(['ln', '-sf', 'vehicle_templates', 'MethodicConfigurator/vehicle_templates'])
print("Symbolic link created successfully.")
except Exception as e:
except subprocess.CalledProcessError as e:
print(f"Failed to create symbolic link: {e}")

setup(
Expand Down

0 comments on commit a89ca79

Please sign in to comment.